Merge pull request #1611 from TheGhostHuCodes/fix-doc-typos

Fix typos in Architecture and Contributing docs
This commit is contained in:
Georg Brandl 2021-05-17 07:06:20 +02:00 committed by GitHub
commit 1c557a52cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ To summarize, there are six main parts to the PyO3 codebase.
We aim to provide straight-forward Rust wrappers resembling the file structure of
[`cpython/Include`](https://github.com/python/cpython/tree/v3.9.2/Include).
However, we still lack some APIs and are continuously updating the the module to match
However, we still lack some APIs and are continuously updating the module to match
the file contents upstream in CPython.
The tracking issue is [#1289](https://github.com/PyO3/pyo3/issues/1289), and contribution is welcome.

View File

@ -66,7 +66,7 @@ Below are guidelines on what compatibility all PRs are expected to deliver for e
### Python
PyO3 supports all oficially supported Python versions, as well as the latest PyPy3 release. All of these versions are tested in CI.
PyO3 supports all officially supported Python versions, as well as the latest PyPy3 release. All of these versions are tested in CI.
### Rust