Kaydet (Commit) 8e234c6e authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix markup

üst 415ce062
...@@ -1144,7 +1144,7 @@ The :meth:`register` method is useful when you've written a new ...@@ -1144,7 +1144,7 @@ The :meth:`register` method is useful when you've written a new
ABC that can describe an existing type or class, or if you want ABC that can describe an existing type or class, or if you want
to declare that some third-party class implements an ABC. to declare that some third-party class implements an ABC.
For example, if you defined a :class:`PrintableType` ABC, For example, if you defined a :class:`PrintableType` ABC,
it's legal to do: it's legal to do::
# Register Python's types # Register Python's types
PrintableType.register(int) PrintableType.register(int)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment