(python-cc-style): typo "c-offset-alist" => "c-offsets-alist"

This commit is contained in:
Barry Warsaw 1996-12-12 22:57:05 +00:00
parent c2feec3378
commit eb14d61e28

View file

@ -27,8 +27,8 @@
(defconst python-cc-style
'((indent-tabs-mode . t)
(c-basic-offset . 8)
(c-offset-alist . ((substatement-open . 0)
))
(c-offsets-alist . ((substatement-open . 0)
))
)
"Standard Python C coding style.")