8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1ad2c commit 749838eCopy full SHA for 749838e
CPython.chs
@@ -179,7 +179,7 @@ foreign import ccall safe "hscpython-shim.h Py_GetProgramName"
179
-- the @argv[0]@ argument to the @main@ procedure of the program. This is
180
-- used by 'getPath' and some other computations below to find the Python
181
-- run-time libraries relative to the interpreter executable. The default
182
--- value is @"python"@. No code in the Python interpreter will change the
+-- value is @\"python\"@. No code in the Python interpreter will change the
183
-- program name.
184
--
185
setProgramName :: Text -> IO ()
0 commit comments