Fix minor markup typo (GH-5407) (#5416)

(cherry picked from commit 2a3260bb03)
This commit is contained in:
Miss Islington (bot) 2018-01-29 01:24:09 -08:00 committed by Raymond Hettinger
parent 3cfb84c657
commit 190de183e5

View file

@ -1409,7 +1409,7 @@ are always available. They are listed here in alphabetical order.
a regular function and do something with its result. This is needed a regular function and do something with its result. This is needed
in some cases where you need a reference to a function from a class in some cases where you need a reference to a function from a class
body and you want to avoid the automatic transformation to instance body and you want to avoid the automatic transformation to instance
method. For these cases, use this idiom: method. For these cases, use this idiom::
class C: class C:
builtin_open = staticmethod(open) builtin_open = staticmethod(open)