From 96e22970ee2e0afa9a99377fa533b5fc028d2379 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Tue, 2 Feb 2016 09:58:08 -0800 Subject: [PATCH] Fix a note tag in the API docs. --- docsite/rst/developing_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_api.rst b/docsite/rst/developing_api.rst index 96a447c05c1..c6369f77b99 100644 --- a/docsite/rst/developing_api.rst +++ b/docsite/rst/developing_api.rst @@ -20,7 +20,7 @@ This chapter discusses the Python API. The Python API is very powerful, and is how the all the ansible CLI tools are implemented. In version 2.0 the core ansible got rewritten and the API was mostly rewritten. -:.. note:: Ansible relies on forking processes, as such the API is not thread safe. +.. note:: Ansible relies on forking processes, as such the API is not thread safe. .. _python_api_20: