8000 Minor haddock fix · packetloop/haskell-cpython@749838e · GitHub
[go: up one dir, main page]

Skip to content

Commit 749838e

Browse files
committed
Minor haddock fix
1 parent 8b1ad2c commit 749838e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPython.chs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ foreign import ccall safe "hscpython-shim.h Py_GetProgramName"
179179
-- the @argv[0]@ argument to the @main@ procedure of the program. This is
180180
-- used by 'getPath' and some other computations below to find the Python
181181
-- run-time libraries relative to the interpreter executable. The default
182-
-- value is @"python"@. No code in the Python interpreter will change the
182+
-- value is @\"python\"@. No code in the Python interpreter will change the
183183
-- program name.
184184
--
185185
setProgramName :: Text -> IO ()

0 commit comments

Comments
 (0)
0