diff options
author | svidyuk <svidyuk@yandex-team.com> | 2023-09-12 20:11:15 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2023-09-12 21:27:45 +0300 |
commit | 16f303744401189770eebc849307fcd3339fc15e (patch) | |
tree | a841342464afa0af45fde8e4d1dd241716bb9066 | |
parent | 649f52e6aebf72b5b0c31dc87c29ec65a4508c89 (diff) | |
download | ydb-16f303744401189770eebc849307fcd3339fc15e.tar.gz |
Fix non ascii in the core.conf doc-comment
-rw-r--r-- | build/ymake.core.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 3cb5e862f70..04c990de77e 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2410,7 +2410,7 @@ multimodule SANDBOX_TASK { # tag:sandbox-specific ### @usage: SANDBOX_PY23_3_TASK([Name]) ### -### Multimodule describing Sandbox task – code that can be executed by Sandbox system. +### Multimodule describing Sandbox task - code that can be executed by Sandbox system. ### ### When being a final target, this multimodule builds Python 3.x Sandbox binary task. ### It may PEERDIR other SANDBOX_PY3_TASK/SANDBOX_PY23_3_TASK as libraries. @@ -2456,7 +2456,7 @@ multimodule SANDBOX_PY23_3_TASK { # tag:sandbox-specific ### @usage: SANDBOX_PY23_TASK([Name]) ### -### Multimodule describing Sandbox task – code that can be executed by Sandbox system. +### Multimodule describing Sandbox task - code that can be executed by Sandbox system. ### ### When being a final target, this multimodule builds Python 2.x Sandbox binary task. ### It may PEERDIR other SANDBOX_PY23_TASKs as libraries. @@ -2493,7 +2493,7 @@ multimodule SANDBOX_PY23_TASK { # tag:sandbox-specific ### @usage: SANDBOX_PY3_TASK([Name]) ### -### Multimodule describing Sandbox task – code that can be executed by Sandbox system. +### Multimodule describing Sandbox task - code that can be executed by Sandbox system. ### ### When being a final target, this multimodule builds Python 3.x Sandbox binary task. ### It may PEERDIR other SANDBOX_PY3_TASK/SANDBOX_PY23_3_TASK as libraries. |