summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/descrobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/descrobject.c b/Objects/descrobject.c
index 2f0e796..312fc40 100644
--- a/Objects/descrobject.c
+++ b/Objects/descrobject.c
@@ -1558,7 +1558,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"