]> granicus.if.org Git - python/commitdiff
fix docstring. extra \.
authorGregory P. Smith <greg@krypto.org>
Mon, 25 Nov 2013 04:30:00 +0000 (04:30 +0000)
committerGregory P. Smith <greg@krypto.org>
Mon, 25 Nov 2013 04:30:00 +0000 (04:30 +0000)
Objects/descrobject.c

index 3bd22762b6827d0da6cd77950761ea354861e00d..3e9b03451e052d290b99693aee7fe1676522dc8f 100644 (file)
@@ -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"