Skip to content

Commit 1268e49

Browse files
committed
Fix typos
1 parent 4732570 commit 1268e49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

developer-workflow/c-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This helps us ensure *newly added* API is consistent and maintainable.
104104

105105
Also check with the C API WG before requiring a C feature not present in C99.
106106
While the *public* docs only promise compatibility with C11, in practice
107-
we only intruduce C11 features individually as needed.
107+
we only introduce C11 features individually as needed.
108108

109109
.. _decisions repo: https://github.com/capi-workgroup/decisions/issues
110110

developer-workflow/extension-modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ Now that the configuration is in place, it remains to compile the project:
574574
:mod:`!_foo` discoverable and importable via ``import _foo``.
575575

576576
* The final ``make`` step is generally not needed since the previous ``make``
577-
invokations may completely rebuild the project, but it could be needed in
577+
invocations may completely rebuild the project, but it could be needed in
578578
some specific cases.
579579

580580
Troubleshooting

documentation/devguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lives in a `separate repository`_ and bug reports should be submitted to the
2222
Changes to the Developer's Guide are published when pull requests are merged.
2323

2424
Changes to the Python documentation are published regularly,
25-
ususally within 48 hours of the change being committed.
25+
usually within 48 hours of the change being committed.
2626
The documentation is also `published for each release <https://docs.python.org/release/>`__,
2727
which may also be used by redistributors.
2828

0 commit comments

Comments
 (0)