]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix markup
authorBenjamin Peterson <benjamin@python.org>
Thu, 24 Jul 2008 02:31:28 +0000 (02:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 24 Jul 2008 02:31:28 +0000 (02:31 +0000)
Doc/whatsnew/2.6.rst

index 203091f1f6702e989ffb709e284b5fe985578e79..a8d89cb1a9e6b37ef2befcbcf249e703d609fcfd 100644 (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)