Kaydet (Commit) abfe4536 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Re-word sentence

üst ced1646b
......@@ -1273,7 +1273,7 @@ PyDoc_STRVAR(property_doc,
" def delx(self): del self._x\n"
" x = property(getx, setx, delx, \"I'm the 'x' property.\")\n"
"\n"
"Decorators makes defining new or modifying existing properties easy:\n"
"Decorators make defining new properties or modifying existing ones easy:\n"
"class C(object):\n"
" @property\n"
" def x(self): return self._x\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment