Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion 2 developer-workflow/c-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This helps us ensure *newly added* API is consistent and maintainable.

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

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

Expand Down
2 changes: 1 addition & 1 deletion 2 developer-workflow/extension-modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ Now that the configuration is in place, it remains to compile the project:
:mod:`!_foo` discoverable and importable via ``import _foo``.

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

Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion 2 documentation/devguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lives in a `separate repository`_ and bug reports should be submitted to the
Changes to the Developer's Guide are published when pull requests are merged.

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

Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.