Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e476089

Browse files
itdependsnetworksmkrizek
authored andcommitted
spacing issue (ansible#39884)
1 parent c164069 commit e476089

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docsite/rst/dev_guide/developing_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ This example is a simple demonstration that shows how to minimally run a couple
103103
if tqm is not None:
104104
tqm.cleanup()
105105
106-
# Remove ansible tmpdir
107-
shutil.rmtree(C.DEFAULT_LOCAL_TMP, True)
106+
# Remove ansible tmpdir
107+
shutil.rmtree(C.DEFAULT_LOCAL_TMP, True)
108108

109109

110110
.. note:: Ansible emits warnings and errors via the display object, which prints directly to stdout, stderr and the Ansible log.

0 commit comments

Comments
 (0)