Merge pull request #3465 from jeffs/main

Fix a typo in a documentation page title
This commit is contained in:
David Hewitt 2023-09-21 20:38:50 +00:00 committed by GitHub
commit c2e7ad7e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Typing and IDE hints for you Python package
# Typing and IDE hints for your Python package
PyO3 provides an easy to use interface to code native Python libraries in Rust. The accompanying Maturin allows you to build and publish them as a package. Yet, for a better user experience, Python libraries should provide typing hints and documentation for all public entities, so that IDEs can show them during development and type analyzing tools such as `mypy` can use them to properly verify the code.