We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b37f0 commit a56eb34Copy full SHA for a56eb34
src/underscores/__init__.py
@@ -1,7 +1,8 @@
1
"""
2
`_` allows you to write Python code using only `_`.
3
4
-You shouldn't need to import this module unless the .pth file fails to install.
+Importing this module will register the `_` encoding with the Python interpreter,
5
+which should be done automatically by the `_.pth` file in the `site-packages` directory.
6
See the [README](https://github.com/lemonyte/_) for more information.
7
8
## Usage
0 commit comments