summaryrefslogtreecommitdiffstats
path: root/build/plugins/pybuild.py
diff options
context:
space:
mode:
authorvoidex <[email protected]>2022-02-10 16:51:41 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:41 +0300
commita73696bdc7ef9ae20ad12ae9b4ba02fa0af61654 (patch)
treeecc5bf8febc6fb8e58ca033391c8702f41040eed /build/plugins/pybuild.py
parente09fb44ca69d28e0821a3c421e32c333169b673f (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/pybuild.py')
-rw-r--r--build/plugins/pybuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/pybuild.py b/build/plugins/pybuild.py
index f32a2d39a0e..cb8a78504b1 100644
--- a/build/plugins/pybuild.py
+++ b/build/plugins/pybuild.py
@@ -555,7 +555,7 @@ def py_register(unit, func, py3):
def onpy_register(unit, *args):
"""
- @usage: PY_REGISTER([package.]module_name)
+ @usage: PY_REGISTER([package.]module_name)
Python knows about which built-ins can be imported, due to their registration in the Assembly or at the start of the interpreter.
All modules from the sources listed in PY_SRCS() are registered automatically.