mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-123517: Remove unnecessary `:meth:` parentheses (#123518)
This commit is contained in:
parent
34ddb64d08
commit
cf472577e2
55 changed files with 145 additions and 145 deletions
|
|
@ -447,7 +447,7 @@ Further, the attributes can be deleted, setting the C pointers to ``NULL``. Eve
|
|||
though we can make sure the members are initialized to non-``NULL`` values, the
|
||||
members can be set to ``NULL`` if the attributes are deleted.
|
||||
|
||||
We define a single method, :meth:`!Custom.name()`, that outputs the objects name as the
|
||||
We define a single method, :meth:`!Custom.name`, that outputs the objects name as the
|
||||
concatenation of the first and last names. ::
|
||||
|
||||
static PyObject *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue