mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixed indentation of Python examples in C comments.
This commit is contained in:
parent
6250df81bf
commit
d741a88049
5 changed files with 34 additions and 34 deletions
|
@ -4219,7 +4219,7 @@ PyDoc_STRVAR(object_subclasshook_doc,
|
|||
|
||||
class object:
|
||||
def __format__(self, format_spec):
|
||||
return format(str(self), format_spec)
|
||||
return format(str(self), format_spec)
|
||||
*/
|
||||
static PyObject *
|
||||
object_format(PyObject *self, PyObject *args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue