Skip to content

Commit 940cc97

Browse files
authored
Update location of the stable_abi.py script (#1103)
1 parent 66d310d commit 940cc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer-workflow/c-api.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -375,14 +375,14 @@ Adding a new definition to the Limited API
375375

376376
.. code-block:: shell
377377
378-
./python ./Tools/scripts/stable_abi.py --generate-all ./Misc/stable_abi.toml
378+
./python ./Tools/build/stable_abi.py --generate-all ./Misc/stable_abi.toml
379379
380380
- Build Python and check the using ``make check-limited-abi``.
381381
On platforms without ``make``, run this command directly:
382382

383383
.. code-block:: shell
384384
385-
./python ./Tools/scripts/stable_abi.py --all ./Misc/stable_abi.toml
385+
./python ./Tools/build/stable_abi.py --all ./Misc/stable_abi.toml
386386
387387
- Add tests -- see below.
388388

0 commit comments

Comments
 (0)