Skip to content

Commit

Permalink
stats.py: remove incorrect extra backslash causing section headings n…
Browse files Browse the repository at this point in the history
…ot to match.
  • Loading branch information
NVDA translation automation committed Feb 19, 2024
1 parent d605d21 commit 32fb47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

## get the stats
info = []
newSec = re.compile(r'<H[0-9]>(?P<id>([0-9]+\\.)+)\s+(?P<ln>([0-9]+))')
newSec = re.compile(r'<H[0-9]>(?P<id>([0-9]+\.)+)\s+(?P<ln>([0-9]+))')
pars = 0
tables = 0
lists = 0
Expand Down

0 comments on commit 32fb47e

Please sign in to comment.