Small fix for python.el NEWS

This commit is contained in:
Fabián Ezequiel Gallina 2012-12-29 06:26:58 -03:00
parent d6cae7321e
commit d5b1b1aa9c

View file

@ -316,7 +316,7 @@ text based shell).
**** `python-indent-string-contents': Strings are never indented.
**** `python-honour-comment-indentation':
Comments are never considered as indentation markers themselves.
Comments are always considered as indentation markers.
**** `python-continuation-offset': Indentation is automatically
calculated in a pep8 compliant way depending on the context.