Skip to content

Commit

Permalink
Documentation update for v0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Aug 17, 2016
1 parent 6da0a0e commit 0636126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/modules/files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Download files from remote locations.
.. code:: python
files.download(
source_url, destination, user=None, group=None,
mode=None, cache_time=None, force=False
source_url, destination, user=None,
group=None, mode=None, cache_time=None, force=False
)
+ **source_url**: source URl of the file
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Manage git repositories.
.. code:: python
git.repo(
source, target, branch='master', pull=True,
source, target, branch=master, pull=True,
rebase=False, user=None, group=None, use_ssh_user=False, ssh_keyscan=False
)
Expand Down

0 comments on commit 0636126

Please sign in to comment.