aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins
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
commita73696bdc7ef9ae20ad12ae9b4ba02fa0af61654 (patch)
treeecc5bf8febc6fb8e58ca033391c8702f41040eed /build/plugins
parente09fb44ca69d28e0821a3c421e32c333169b673f (diff)
downloadydb-a73696bdc7ef9ae20ad12ae9b4ba02fa0af61654.tar.gz
Restoring authorship annotation for <voidex@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins')
-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 f32a2d39a0..cb8a78504b 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.