diff options
| author | shadchin <[email protected]> | 2025-05-23 07:16:06 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2025-05-23 07:32:45 +0300 |
| commit | 1bea05b3f8c2d30248dda30232aee5ce41485141 (patch) | |
| tree | dd29d6ab31ce190712cf21a1a07d7b7053dc7204 /contrib/tools/cython/Cython/Compiler/Code.py | |
| parent | bb919ff615bff1f8a16a321843cd843497ae83d1 (diff) | |
Update Cython to 3.0.12
commit_hash:96359824bab02082b58bc1c40c68f9462e3ffc3a
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 |
