File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ builtin_bin(PyObject *self, PyObject *v)
307307PyDoc_STRVAR (bin_doc ,
308308"bin(number) -> string\n\
309309\n\
310- Return the binary representation of an integer or long integer ." );
310+ Return the binary representation of an integer." );
311311
312312
313313static PyObject *
@@ -1192,7 +1192,7 @@ builtin_hex(PyObject *self, PyObject *v)
11921192PyDoc_STRVAR (hex_doc ,
11931193"hex(number) -> string\n\
11941194\n\
1195- Return the hexadecimal representation of an integer or long integer ." );
1195+ Return the hexadecimal representation of an integer." );
11961196
11971197
11981198static PyObject *
@@ -1380,7 +1380,7 @@ builtin_oct(PyObject *self, PyObject *v)
13801380PyDoc_STRVAR (oct_doc ,
13811381"oct(number) -> string\n\
13821382\n\
1383- Return the octal representation of an integer or long integer ." );
1383+ Return the octal representation of an integer." );
13841384
13851385
13861386static PyObject *
You can’t perform that action at this time.
0 commit comments