simple typo found in docs

This commit is contained in:
Jakub Vysoky 2013-03-08 11:42:54 +01:00
parent 53edd05f78
commit 2cf4e35994
2 changed files with 2 additions and 2 deletions

View file

@ -32166,7 +32166,7 @@ Usage:
.INDENT 0.0
.TP
.B salt.states.file.recurse(name, source, clean=False, require=None, user=None, group=None, dir_mode=None, file_mode=None, template=None, context=None, defaults=None, env=None, include_empty=False, backup=\(aq\(aq, include_pat=None, exclude_pat=None, **kwargs)
Recurse through a subdirectory on the master and copy said subdirecory
Recurse through a subdirectory on the master and copy said subdirectory
over to the specified path.
.INDENT 7.0
.TP

View file

@ -978,7 +978,7 @@ def recurse(name,
exclude_pat=None,
**kwargs):
'''
Recurse through a subdirectory on the master and copy said subdirecory
Recurse through a subdirectory on the master and copy said subdirectory
over to the specified path.
name