Skip to content

Commit a56eb34

Browse files
committed
Update module docstring
1 parent 75b37f0 commit a56eb34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/underscores/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
`_` allows you to write Python code using only `_`.
33
4-
You shouldn't need to import this module unless the .pth file fails to install.
4+
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.
56
See the [README](https://github.com/lemonyte/_) for more information.
67
78
## Usage

0 commit comments

Comments
 (0)