Skip to content

Commit be43f82

Browse files
authored
PEP 3115: Resolve dangling hyphens (#3361)
1 parent f5b8e92 commit be43f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-3115.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ an arbitrary length list of base classes. After the base classes,
137137
there may be one or more keyword arguments, one of which can be
138138
*metaclass*. Note that the *metaclass* argument is not included
139139
in *kwargs*, since it is filtered out by the normal parameter
140-
assignment algorithm. (Note also that *metaclass* is a keyword-
141-
only argument as per :pep:`3102`.)
140+
assignment algorithm. (Note also that *metaclass* is a
141+
keyword-only argument as per :pep:`3102`.)
142142

143143
Even though ``__prepare__`` is not required, the default metaclass
144144
('type') implements it, for the convenience of subclasses calling

0 commit comments

Comments
 (0)