Kaydet (Commit) 2a3260bb authored tarafından cocoatomo's avatar cocoatomo Kaydeden (comit) Raymond Hettinger

Fix minor markup typo (#5407)

üst 95e21471
......@@ -1423,7 +1423,7 @@ are always available. They are listed here in alphabetical order.
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
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:
builtin_open = staticmethod(open)
......
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