merge heads
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 @@
 "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"