8000 fix lint · python/cpython@7947715 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7947715

Browse files
authored
fix lint
1 parent 731be81 commit 7947715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_cpuinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ _Py_disable_simd_features(py_simd_features *flags);
105105
* Apply a bitwise-OR on all flags in 'out' using those in 'src',
106106
* unconditionally updating 'out' (i.e. 'out->done' is ignored).
107107
*
108-
* This also sets 'out->done' to 1 at the end.
108+
* This also sets 'out->done' to 1 at the end.
109109
*
110110
* Note that the caller is responsible to ensure that the flags set to 1
111111
* must not lead to illegal instruction errors if the corresponding SIMD

0 commit comments

Comments
 (0)
0