File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ complex_conjugate(PyObject *self)
681681PyDoc_STRVAR (complex_conjugate_doc ,
682682"complex.conjugate() -> complex\n"
683683"\n"
684- "Returns the complex conjugate of its argument. (3-4j).conjugate() == 3+4j." );
684+ "Return the complex conjugate of its argument. (3-4j).conjugate() == 3+4j." );
685685
686686static PyObject *
687687complex_getnewargs (PyComplexObject * v )
@@ -693,7 +693,7 @@ complex_getnewargs(PyComplexObject *v)
693693PyDoc_STRVAR (complex__format__doc ,
694694"complex.__format__() -> str\n"
695695"\n"
696- "Converts to a string according to format_spec." );
696+ "Convert to a string according to format_spec." );
697697
698698static PyObject *
699699complex__format__ (PyObject * self , PyObject * args )
You can’t perform that action at this time.
0 commit comments