diff options
author | mekagem <[email protected]> | 2022-02-10 16:48:44 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:44 +0300 |
commit | c937e13b3151132f4fe9b95b05a33fb89138a89e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/python | |
parent | da8aac97277cff07a0d2e4461ef132cc358bb403 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/python')
-rw-r--r-- | library/python/strings/strings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/strings/strings.py b/library/python/strings/strings.py index 4559f3793fc..5bfddfe78ae 100644 --- a/library/python/strings/strings.py +++ b/library/python/strings/strings.py @@ -12,7 +12,7 @@ logger = logging.getLogger(__name__) DEFAULT_ENCODING = 'utf-8' ENCODING_ERRORS_POLICY = 'replace' - + def left_strip(el, prefix): """ Strips prefix at the left of el |