diff options
| -rw-r--r-- | docs/_ext/vyos.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_ext/vyos.py b/docs/_ext/vyos.py index fe0a258b..c1a96cd9 100644 --- a/docs/_ext/vyos.py +++ b/docs/_ext/vyos.py @@ -530,7 +530,7 @@ def strip_cmd(cmd, debug=False):          if c == "]":              appearance = appearance - 1 -    # only if all [..] will be delete if appearance > 0 there is a syntax errror +    # only if all [..] will be delete if appearance > 0 there is a syntax error      if appearance == 0:          cmd = cmd_new @@ -545,7 +545,7 @@ def strip_cmd(cmd, debug=False):          if c == ">":              appearance = appearance - 1 -    # only if all <..> will be delete if appearance > 0 there is a syntax errror +    # only if all <..> will be delete if appearance > 0 there is a syntax error      if appearance == 0:          cmd = cmd_new  | 
