diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-12 00:17:16 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-12 00:17:16 +0100 |
commit | 40a8bdf60f261d476869cdb1276a00e5641ceba4 (patch) | |
tree | 488dedb136898934dfab888db07493ac31a0cfb6 /admin/grammars | |
parent | 97f18cc83d911b1722e00a2558cdff6532c3860a (diff) | |
download | emacs-40a8bdf60f261d476869cdb1276a00e5641ceba4.tar.gz |
Fix typos.
Diffstat (limited to 'admin/grammars')
-rw-r--r-- | admin/grammars/python.wy | 2 |
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 ; ;; In general, the base class can be specified by a general expression -;; which evalue to a class object, i.e., base classes are not just names! +;; which evaluates to a class object, i.e., base classes are not just names! ;; However base classes are names in most cases. Thus the ;; non-terminals below work only with simple names. Even if the ;; parser can parse general expressions, I don't see much benefit in |