Skip to content

Commit 0cd5e27

Browse files
committed
pythongh-120713: fixed typo
1 parent 881dc1d commit 0cd5e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_datetimemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple,
18511851
const char *ptoappend; /* ptr to string to append to output buffer */
18521852
Py_ssize_t ntoappend; /* # of bytes to append to output buffer */
18531853

1854-
#ifdef NORMALIZE_CENTURY
1854+
#ifdef Py_NORMALIZE_CENTURY
18551855
/* Buffer of maximum size of formatted year permitted by long. */
18561856
char buf[SIZEOF_LONG*5/2+2];
18571857
#endif

0 commit comments

Comments
 (0)