fix typo
This commit is contained in:
parent
9d71bbd13e
commit
f72dec16ea
1 changed files with 3 additions and 3 deletions
|
@ -538,7 +538,7 @@ Parsing with TTP
|
|||
|
||||
TTP is a Python library for semi-structured text parsing using templates. TTP uses a jinja-like syntax to limit the need for regular expressions. Users familiar with jinja templating may find the TTP template syntax familiar.
|
||||
|
||||
The following is an example TTP template stored as ``templates/nxos_show_interfaces.ttp``:
|
||||
The following is an example TTP template stored as ``templates/nxos_show_interface.ttp``:
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
|
|
Loading…
Reference in a new issue