Skip to content

Commit f3d2479

Browse files
JSprengardLandrash
authored andcommitted
fixed a typo (home-assistant#982)
Fix of typos in development_environment.markdown by @JSprengard
1 parent 87b6bad commit f3d2479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/development_environment.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ After following these steps, running `hass` will invoke your local installation.
2727
###Developing on Windows
2828
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.
2929

30-
Ensure you install or upgrade the Setuptools Python package. It contain compatibility improvements and add automatic use of compilers:
30+
Ensure you install or upgrade the Setuptools Python package. It contains compatibility improvements and adds automatic use of compilers:
3131
```bash
3232
pip install --upgrade setuptools
3333
```

0 commit comments

Comments
 (0)