diff options
Diffstat (limited to 'admin/grammars/python.wy')
| -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 | |||
| 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 |