diff --git a/README.md b/README.md index 8be8b1e..868ad77 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This repository contains the source code for Zulip's PyPI packages: ./tools/provision -p ` ``` -5. The above step, if successful, will tell you the command to "source" your +5. The above step, if successful, will tell you the command to "source" your virtual environment. Run that command! 6. You should now be able to run all the tests within this virtualenv. diff --git a/tools/provision b/tools/provision index 9852d8f..d558c87 100755 --- a/tools/provision +++ b/tools/provision @@ -82,7 +82,7 @@ the Python version this command is executed with.""" green = '\033[92m' end_format = '\033[0m' - bold = '\033[1m' + bold = '\033[1m' print('\n') print(green + 'Success!' + end_format)