8000 Docs: Argument Clinic: Add Background and Tutorial top-level sections by erlend-aasland · Pull Request #106904 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Docs: Argument Clinic: Add Background and Tutorial top-level sections #106904

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 6 commits into from
Jul 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address review: need three dashes for em-dash
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
erlend-aasland and ezio-melotti authored Jul 19, 2023
commit c90034024558dfc11e05e18e80226fb355c22f92
4 changes: 2 additions & 2 deletions Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ For the sake of clarity, here's the terminology we'll use with Argument Clinic:

.. _clinic-tutorial:

Tutorial -- converting your first function
==========================================
Tutorial --- converting your first function
===========================================

The best way to get a sense of how Argument Clinic works is to
convert a function to work with it. Here, then, are the bare
Expand Down
0