aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvoidex <voidex@yandex-team.ru>2022-02-10 16:51:41 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:41 +0300
commitbd9f3dad161358e7ba86f506abc53e53f25b6636 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parenta73696bdc7ef9ae20ad12ae9b4ba02fa0af61654 (diff)
downloadydb-bd9f3dad161358e7ba86f506abc53e53f25b6636.tar.gz
Restoring authorship annotation for <voidex@yandex-team.ru>. Commit 2 of 2.
-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 cb8a78504b..f32a2d39a0 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.