mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fixed indentation of Python examples in C comments.
This commit is contained in:
commit
ec466a15d9
5 changed files with 36 additions and 36 deletions
|
@ -1268,7 +1268,7 @@ PyWrapper_New(PyObject *d, PyObject *self)
|
|||
/* A built-in 'property' type */
|
||||
|
||||
/*
|
||||
class property(object):
|
||||
class property(object):
|
||||
|
||||
def __init__(self, fget=None, fset=None, fdel=None, doc=None):
|
||||
if doc is None and fget is not None and hasattr(fget, "__doc__"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue