Spelling fixes.
[bpt/emacs.git] / lisp / progmodes / python.el
index fe6bab0..8d2e671 100644 (file)
      (1 font-lock-type-face))
     ;; Built-ins.  (The next three blocks are from
     ;; `__builtin__.__dict__.keys()' in Python 2.7)  These patterns
-    ;; are debateable, but they at least help to spot possible
+    ;; are debatable, but they at least help to spot possible
     ;; shadowing of builtins.
     (,(rx symbol-start (or
          ;; exceptions