FIx syntax error

This commit is contained in:
Brett Cannon 2016-06-28 14:38:09 -07:00 committed by GitHub
parent f1493a21e5
commit 52a15932e7
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Part 1:
will result in ``TypeError``
3. classes that do not have a class definition (e.g. builtins) have
their ``__definition_order__`` set to ``None``
4. classes for which `__prepare__()`` returned something other than
4. classes for which ``__prepare__()`` returned something other than
``OrderedDict`` (or a subclass) have their ``__definition_order__``
set to ``None`` (except where #2 applies)