@@ -394,7 +394,7 @@ Let's dive in!
394
394
Write a pickled representation of obj to the open file.
395
395
[clinic start generated code]*/
396
396
397
- 12. Save and close the file, then run :program: ` make clinic `
397
+ 12. Save and close the file, then run `` make clinic ` `
398
398
to regenerate the Argument Clinic code.
399
399
With luck everything worked---your block now has output, and
400
400
a :file: `.c.h ` file has been generated! Reopen the file in your
@@ -460,7 +460,7 @@ Let's dive in!
460
460
461
461
If any of these items differ in *any way *,
462
462
adjust your Argument Clinic function specification and rerun
463
- :program: ` make clinic ` until they *are * the same.
463
+ `` make clinic ` ` until they *are * the same.
464
464
465
465
466
466
14. Notice that the last line of its output is the declaration
@@ -549,7 +549,7 @@ Let's dive in!
549
549
550
550
&_Py_ID(new_unique_py_id)
551
551
552
- If it does, you'll have to run :program:` make regen-global-objects`
552
+ If it does, you'll have to run `` make regen-global-objects` `
553
553
to regenerate the list of precompiled identifiers at this point.
554
554
555
555
@@ -884,7 +884,7 @@ negative numbers. You just can't do that with a legacy converter!
884
884
Argument Clinic will show you all the converters it has
885
885
available. For each converter it'll show you all the parameters
886
886
it accepts, along with the default value for each parameter.
887
- Just run :program: ` Tools/clinic/clinic.py --converters ` to see the full list.
887
+ Just run `` ./ Tools/clinic/clinic.py --converters` ` to see the full list.
888
888
889
889
890
890
How to use the ``Py_buffer `` converter
@@ -1103,7 +1103,7 @@ For all of these, return ``-1`` to indicate error.
1103
1103
1104
1104
To see all the return converters Argument Clinic supports, along with
1105
1105
their parameters (if any),
1106
- just run :program: ` ./Tools/clinic/clinic.py --converters ` for the full list.
1106
+ just run `` ./Tools/clinic/clinic.py --converters ` ` for the full list.
1107
1107
1108
1108
1109
1109
How to clone existing functions
0 commit comments