Unify the uses of "sourcecode" vs "source code".

Use "source code", which is more grammatically correct.
This commit is contained in:
Petr Zemek 2014-10-27 11:45:00 +01:00
parent 92854cb386
commit 3159c86166
5 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ hosts. These hosts can be defined either in the fabfile or on the command
line. In this case we will add them to the fabfile.
This is a basic first example that has the ability to upload the current
sourcecode to the server and install it into a pre-existing
source code to the server and install it into a pre-existing
virtual environment::
from fabric.api import *