summaryrefslogtreecommitdiffstats
path: root/Doc/partparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/partparse.py')
-rw-r--r--Doc/partparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/partparse.py b/Doc/partparse.py
index 83b58bd..1f8e952 100644
--- a/Doc/partparse.py
+++ b/Doc/partparse.py
@@ -1001,7 +1001,7 @@ def next_command_p(length, buf, pp, i, cmdname):
# things that are special to LaTeX, but not to texi..
onlylatexspecial = '_~^$#&%'
-class Struct(): pass
+class Struct: pass
hist = Struct()
out = Struct()