Commit 28fa6205 authored by Denis Bilenko's avatar Denis Bilenko

local: fix ReST markup

parent 0ea95cf8
...@@ -106,7 +106,7 @@ without affecting this greenlet's data: ...@@ -106,7 +106,7 @@ without affecting this greenlet's data:
AttributeError: 'MyLocal' object has no attribute 'color' AttributeError: 'MyLocal' object has no attribute 'color'
Note that subclasses can define slots, but they are not greenlet Note that subclasses can define slots, but they are not greenlet
local. They are shared across greenlets: local. They are shared across greenlets::
>>> class MyLocal(local): >>> class MyLocal(local):
... __slots__ = 'number' ... __slots__ = 'number'
......
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