Fix "errror"s in docs/_ext

This commit is contained in:
Sebastian Weber 2024-01-17 21:51:02 +01:00
parent 3b7d066770
commit 125c03f39c
No known key found for this signature in database
GPG Key ID: 4A64BA1D7E2F1FEA

View File

@ -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