mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
@ -1268,7 +1268,7 @@ PyWrapper_New(PyObject *d, PyObject *self)
|
||||||
/* A built-in 'property' type */
|
/* A built-in 'property' type */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
class property(object):
|
class property(object):
|
||||||
|
|
||||||
def __init__(self, fget=None, fset=None, fdel=None, doc=None):
|
def __init__(self, fget=None, fset=None, fdel=None, doc=None):
|
||||||
if doc is None and fget is not None and hasattr(fget, "__doc__"):
|
if doc is None and fget is not None and hasattr(fget, "__doc__"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue