We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2471538 commit 515bf25Copy full SHA for 515bf25
docs/contributing/code_style.rst
@@ -84,7 +84,8 @@ Place new files in the appropriate package directory:
84
85
When adding new files, ensure they are properly included in
86
``__init__.py`` files if they should be part of the public API. Keep
87
- it minimal. Use ``__init__.py`` to define package-level exports using ``__all__``.
+ it minimal. Use ``__init__.py`` to define package-level exports using
88
+ ``__all__``.
89
90
.. note::
91
0 commit comments