Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaso <74918216+tasoint@users.noreply.github.com>2022-10-10 07:04:31 +0300
committerGitHub <noreply@github.com>2022-10-10 07:04:31 +0300
commit7d6984618da4c481b2980c1fe4b5b0fa95ae50da (patch)
treecb8c6a07426a8bd88ee32283f4ce35e7a42041a4
parent8ecfb7c6d8384365cf34c893f6e6faad421f3bc3 (diff)
Docs: syntax error in Parsing semi-structured text with Ansible (#79085)
-rw-r--r--docs/docsite/rst/network/user_guide/cli_parsing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/network/user_guide/cli_parsing.rst b/docs/docsite/rst/network/user_guide/cli_parsing.rst
index 56121a443c7..5b6b40ee1ea 100644
--- a/docs/docsite/rst/network/user_guide/cli_parsing.rst
+++ b/docs/docsite/rst/network/user_guide/cli_parsing.rst
@@ -439,7 +439,7 @@ Parsing with textfsm
``textfsm`` is a Python module which implements a template-based state machine for parsing semi-formatted text.
-The following sample``textfsm`` template is stored as ``templates/nxos_show_interface.textfsm``
+The following sample ``textfsm`` template is stored as ``templates/nxos_show_interface.textfsm``
.. code-block:: text