Skip to content

Commit 7c18f65

Browse files
committed
update
1 parent 7a717b6 commit 7c18f65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
<ClCompile Include="..\Python\qsbr.c" />
691691
<ClCompile Include="..\Python\dtoa.c" />
692692
<ClCompile Include="..\Python\zmij\zmij.c">
693-
<!-- Vendored code (https://github.com/vitaut/zmij) needs C11. -->
693+
<!-- `zmij` needs C11. -->
694694
<LanguageStandard_C>stdc11</LanguageStandard_C>
695695
</ClCompile>
696696
<ClCompile Include="..\Python\Python-ast.c" />

Python/pystrtod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ format_float_short(double d, char format_code,
10841084

10851085
decpt = (Py_ssize_t)decpt_as_int;
10861086
if (mode != 0 && digits == NULL) {
1087-
/* Only failure mode is no memory. */
1087+
/* The only failure mode is no memory. */
10881088
PyErr_NoMemory();
10891089
goto exit;
10901090
}

0 commit comments

Comments
 (0)