fix docstring. extra \.
diff --git a/Objects/descrobject.c b/Objects/descrobject.c
index 3bd2276..3e9b034 100644
--- a/Objects/descrobject.c
+++ b/Objects/descrobject.c
@@ -1374,7 +1374,7 @@
 "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"