Update user-facing strings in source code to use Typthon

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-24 18:03:06 +00:00
parent d520bdf473
commit 49770f774b
7 changed files with 32 additions and 32 deletions

View File

@@ -3032,7 +3032,7 @@ config_parse_cmdline(PyConfig *config, PyWideStringList *warnoptions,
} while (1);
if (print_version) {
printf("Python %s\n",
printf("Typthon %s\n",
(print_version >= 2) ? Py_GetVersion() : PY_VERSION);
return _PyStatus_EXIT(0);
}
@@ -3621,7 +3621,7 @@ _Py_DumpPathConfig(PyThreadState *tstate)
{
PyObject *exc = _PyErr_GetRaisedException(tstate);
PySys_WriteStderr("Python path configuration:\n");
PySys_WriteStderr("Typthon path configuration:\n");
#define DUMP_CONFIG(NAME, FIELD) \
do { \