* progmodes/python.el: Fix typo in commentary.

This commit is contained in:
Fabián Ezequiel Gallina 2013-05-26 06:06:02 -03:00
parent f782d53133
commit 20992a8504

View file

@ -157,7 +157,7 @@
;; Skeletons: 6 skeletons are provided for simple inserting of class,
;; def, for, if, try and while. These skeletons are integrated with
;; dabbrev. If you have `dabbrev-mode' activated and
;; abbrev. If you have `abbrev-mode' activated and
;; `python-skeleton-autoinsert' is set to t, then whenever you type
;; the name of any of those defined and hit SPC, they will be
;; automatically expanded. As an alternative you can use the defined