Skip to content

Commit 0636126

Browse files
committed
Documentation update for v0.1.2.
1 parent 6da0a0e commit 0636126

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modules/files.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Download files from remote locations.
2929
.. code:: python
3030
3131
files.download(
32-
source_url, destination, user=None, group=None,
33-
mode=None, cache_time=None, force=False
32+
source_url, destination, user=None,
33+
group=None, mode=None, cache_time=None, force=False
3434
)
3535
3636
+ **source_url**: source URl of the file

docs/modules/git.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Manage git repositories.
99
.. code:: python
1010
1111
git.repo(
12-
source, target, branch='master', pull=True,
12+
source, target, branch=master, pull=True,
1313
rebase=False, user=None, group=None, use_ssh_user=False, ssh_keyscan=False
1414
)
1515

0 commit comments

Comments
 (0)