fix markup

This commit is contained in:
Benjamin Peterson 2008-07-24 02:31:28 +00:00
parent 415ce062bc
commit 8e234c6e30
1 changed files with 1 additions and 1 deletions

View File

@ -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
to declare that some third-party class implements an ABC.
For example, if you defined a :class:`PrintableType` ABC,
it's legal to do:
it's legal to do::
# Register Python's types
PrintableType.register(int)