From f3d247987ed982b336fba50945f85dcb4d437923 Mon Sep 17 00:00:00 2001 From: JSprengard Date: Sat, 24 Sep 2016 11:53:47 -0400 Subject: [PATCH] fixed a typo (#982) Fix of typos in development_environment.markdown by @JSprengard --- source/developers/development_environment.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/development_environment.markdown b/source/developers/development_environment.markdown index 687c9452497..50d978a8b25 100644 --- a/source/developers/development_environment.markdown +++ b/source/developers/development_environment.markdown @@ -27,7 +27,7 @@ After following these steps, running `hass` will invoke your local installation. ###Developing on Windows If you are using Windows as a development platform ensure you have the correct Microsoft Visual C++ build tools installed. Please check [the Windows Compilers](https://wiki.python.org/moin/WindowsCompilers) section on the [Python website](https://www.python.org/) for details. Validation using `tox` will fail if this is not done correctly. -Ensure you install or upgrade the Setuptools Python package. It contain compatibility improvements and add automatic use of compilers: +Ensure you install or upgrade the Setuptools Python package. It contains compatibility improvements and adds automatic use of compilers: ```bash pip install --upgrade setuptools ```