8000 Add "how to" for the getter Argument Clinic directive. by corona10 · Pull Request #1232 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add "how to" for the getter Argument Clinic directive. #1232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Nov 30, 2023
Merged
Prev Previous commit
Next Next commit
fix
  • Loading branch information
corona10 committed Nov 30, 2023
commit 2b2d38b691eb43141be981da6c9470faf854bf49
2 changes: 1 addition & 1 deletion development-tools/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@ The generated glue code looks like this:
}

And then the implementation will work the same as the Python method which is
decorated by :py:func:`property`.
decorated by :py:class:`property`.

.. code-block:: pycon

Expand Down
0