diff options
author | Alexander Smirnov <alex@ydb.tech> | 2025-05-29 11:09:23 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2025-05-29 11:09:23 +0000 |
commit | a34a6816abefdcfe2c00295edb510cc5c99ad52c (patch) | |
tree | a264baadccf7add09a1b285786307ddd774472a5 /contrib/tools/cython/Cython/Compiler/Code.py | |
parent | 84ec9093e10073ab151bfe5f81037a0d017c2362 (diff) | |
parent | fdbc38349df2ee0ddc678fa2bffe84786f9639a3 (diff) | |
download | ydb-a34a6816abefdcfe2c00295edb510cc5c99ad52c.tar.gz |
Merge branch 'rightlib' into merge-libs-250529-1108
Diffstat (limited to 'contrib/tools/cython/Cython/Compiler/Code.py')
-rw-r--r-- | contrib/tools/cython/Cython/Compiler/Code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/cython/Cython/Compiler/Code.py b/contrib/tools/cython/Cython/Compiler/Code.py index cd7ca03443d..395dbbd5ff8 100644 --- a/contrib/tools/cython/Cython/Compiler/Code.py +++ b/contrib/tools/cython/Cython/Compiler/Code.py @@ -140,7 +140,7 @@ class IncludeCode(object): # order int: sorting order (automatically set by increasing counter) # Constants for location. If the same include occurs with different - # locations, the earliest one takes precedense. + # locations, the earliest one takes precedence. INITIAL = 0 EARLY = 1 LATE = 2 |