summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2012-04-18 07:55:22 -0500
committerDavid Beazley <dave@dabeaz.com>2012-04-18 07:55:22 -0500
commit7e1d66e1498e4d1210cd4fd7df6e866d6cc4866d (patch)
tree7bea9e9fc812c13bd2a775cb02767894de3302cd /doc
parent33baf1980710a84332f21f51ab715a91a475d05f (diff)
downloadply-7e1d66e1498e4d1210cd4fd7df6e866d6cc4866d.tar.gz
typo fixed
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