Skip to content

Commit

Permalink
doc: fix language
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Mönch <[email protected]>
  • Loading branch information
mih and christian-monch committed Sep 25, 2024
1 parent f0f38c6 commit f688684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Only items importable from the sub-package's top-level are considered to be part
If a sub-module is imported in the sub-package's `__init__.py`, consider adding `__all__` to the sub-module to restrict wildcard imports from the sub-module, and to document what is considered to be part of the "public" API.

Sub-packages should be as self-contained as possible.
When functionality is shared between sub-packages, absolute imports should be made.
If functionality is shared between sub-packages, absolute imports should be made.


### Imports
Expand Down

0 comments on commit f688684

Please sign in to comment.