From 8e234c6e30cf601d5460463a21aabee788bacea2 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 24 Jul 2008 02:31:28 +0000 Subject: fix markup --- Doc/whatsnew/2.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 203091f..a8d89cb 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -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) -- cgit v0.12