diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 79fbe7faa27..3a913a31193 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2983,7 +2983,7 @@ The skeleton will be bound to python-skeleton-NAME." | |||
| 2983 | "class " str "(" ("Inheritance, %s: " | 2983 | "class " str "(" ("Inheritance, %s: " |
| 2984 | (unless (equal ?\( (char-before)) ", ") | 2984 | (unless (equal ?\( (char-before)) ", ") |
| 2985 | str) | 2985 | str) |
| 2986 | & ")" | -2 | 2986 | & ")" | -1 |
| 2987 | ":" \n | 2987 | ":" \n |
| 2988 | "\"\"\"" - "\"\"\"" \n | 2988 | "\"\"\"" - "\"\"\"" \n |
| 2989 | > _ \n) | 2989 | > _ \n) |