fix docstring. extra \.
This commit is contained in:
parent
d82634d606
commit
9cfd4662fe
|
@ -1374,7 +1374,7 @@ PyDoc_STRVAR(property_doc,
|
|||
"class C(object):\n"
|
||||
" @property\n"
|
||||
" def x(self):\n"
|
||||
" \"\I am the 'x' property.\"\n"
|
||||
" \"I am the 'x' property.\"\n"
|
||||
" return self._x\n"
|
||||
" @x.setter\n"
|
||||
" def x(self, value):\n"
|
||||
|
|
Loading…
Reference in New Issue