diff --git a/docs/docsite/rst/dev_guide/developing_api.rst b/docs/docsite/rst/dev_guide/developing_api.rst index 5efc7326bb2..3ba26315102 100644 --- a/docs/docsite/rst/dev_guide/developing_api.rst +++ b/docs/docsite/rst/dev_guide/developing_api.rst @@ -103,8 +103,8 @@ This example is a simple demonstration that shows how to minimally run a couple if tqm is not None: tqm.cleanup() - # Remove ansible tmpdir - shutil.rmtree(C.DEFAULT_LOCAL_TMP, True) + # Remove ansible tmpdir + shutil.rmtree(C.DEFAULT_LOCAL_TMP, True) .. note:: Ansible emits warnings and errors via the display object, which prints directly to stdout, stderr and the Ansible log.