diff options
-rw-r--r-- | speedup_import.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/speedup_import.md b/speedup_import.md index 6a2b8f07..02e8cda3 100644 --- a/speedup_import.md +++ b/speedup_import.md @@ -49,7 +49,7 @@ average: real 0.131 user 0.091 sys 0.030 ## Defer InteractiveConsole from code -In commit f3346ba1 we defer the import of `InteractiveConsole` until the user +In commit 6e49661f we defer the import of `InteractiveConsole` until the user wants to run the `py` command. ``` $ ./mtime.sh ~/.pyenv/versions/cmd2-3.6/bin/python -c "import cmd2" |