Minor typo fix when installing IPython.

This commit is contained in:
Puneeth Chaganti 2014-06-04 18:40:36 -04:00
parent 371fcfcafe
commit a9b0c17358

View File

@ -189,7 +189,7 @@ setupIPython DefaultIPython = do
badIPython :: Text -> IO ()
badIPython reason = void $ do
putStrLn reason
putStrLn "IHaskell will not proceed to install IPython (locally for itself)."
putStrLn "IHaskell will now proceed to install IPython (locally for itself)."
putStrLn "Installing IPython in IHaskell's virtualenv in 10 seconds. Ctrl-C to cancel."
threadDelay $ 1000 * 1000 * 10
installIPython