Skip to content

Commit

Permalink
Keep docstring up to date with the code in basic module
Browse files Browse the repository at this point in the history
  • Loading branch information
bekimb committed Aug 7, 2014
1 parent 2d54448 commit 5272e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/module_utils/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ def run_command(self, args, check_rc=False, close_fds=True, executable=None, dat
- check_rc (boolean) Whether to call fail_json in case of
non zero RC. Default is False.
- close_fds (boolean) See documentation for subprocess.Popen().
Default is False.
Default is True.
- executable (string) See documentation for subprocess.Popen().
Default is None.
'''
Expand Down

0 comments on commit 5272e10

Please sign in to comment.