Skip to content

Commit 58ca2f2

Browse files
committed
Improve docstring
1 parent 9b68f95 commit 58ca2f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unpythonic/net/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# -*- coding: utf-8; -*-
22
"""Networking and REPL-related utilities.
33
4-
Symbols recommended for library use are imported directly to this namespace.
4+
From the submodules, symbols most likely useful for developing applications
5+
or higher-level libraries are imported directly into this namespace.
56
67
The hot-patching REPL implementation is contained in the submodules `server`,
78
`client` and `common`; if you need any of that, feel free to import it

0 commit comments

Comments
 (0)