aboutsummaryrefslogtreecommitdiffstats
path: root/admin/grammars/python.wy
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-12 00:17:16 +0100
committerJuanma Barranquero2011-11-12 00:17:16 +0100
commit40a8bdf60f261d476869cdb1276a00e5641ceba4 (patch)
tree488dedb136898934dfab888db07493ac31a0cfb6 /admin/grammars/python.wy
parent97f18cc83d911b1722e00a2558cdff6532c3860a (diff)
downloademacs-40a8bdf60f261d476869cdb1276a00e5641ceba4.tar.gz
emacs-40a8bdf60f261d476869cdb1276a00e5641ceba4.zip
Fix typos.
Diffstat (limited to 'admin/grammars/python.wy')
-rw-r--r--admin/grammars/python.wy2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy
index a0af813e5e8..b30305ee78a 100644
--- a/admin/grammars/python.wy
+++ b/admin/grammars/python.wy
@@ -828,7 +828,7 @@ paren_classes
828 ; 828 ;
829 829
830;; In general, the base class can be specified by a general expression 830;; In general, the base class can be specified by a general expression
831;; which evalue to a class object, i.e., base classes are not just names! 831;; which evaluates to a class object, i.e., base classes are not just names!
832;; However base classes are names in most cases. Thus the 832;; However base classes are names in most cases. Thus the
833;; non-terminals below work only with simple names. Even if the 833;; non-terminals below work only with simple names. Even if the
834;; parser can parse general expressions, I don't see much benefit in 834;; parser can parse general expressions, I don't see much benefit in