summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ply.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ply.html b/doc/ply.html
index fdcd88a..0500dad 100644
--- a/doc/ply.html
+++ b/doc/ply.html
@@ -1336,7 +1336,7 @@ def t_ccode_rbrace(t):
# C or C++ comment (ignore)
def t_ccode_comment(t):
- r'(/\*(.|\n)*?*/)|(//.*)'
+ r'(/\*(.|\n)*?\*/)|(//.*)'
pass
# C string