Skip to content

Commit c6b25c0

Browse files
author
martin.v.loewis
committed
Typo: encoding -> codeset.
git-svn-id: http://svn.python.org/projects/python/trunk@63849 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 84e2a18 commit c6b25c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/pythonrun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Py_InitializeEx(int install_sigs)
301301
#ifdef MS_WINDOWS
302302
if (!overridden) {
303303
icodeset = ibuf;
304-
encoding = buf;
304+
codeset = buf;
305305
sprintf(ibuf, "cp%d", GetConsoleCP());
306306
sprintf(buf, "cp%d", GetConsoleOutputCP());
307307
}

0 commit comments

Comments
 (0)