From fa956322e12f1ab9a8fe542c3ba8d88ceff9e528 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Mon, 30 Jan 2017 02:50:06 -0500 Subject: [PATCH] Fix typo (#1919) Should be `PyPI`, not `PiPl` --- source/developers/development.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/development.markdown b/source/developers/development.markdown index e763b8a54f8..771709054e1 100644 --- a/source/developers/development.markdown +++ b/source/developers/development.markdown @@ -29,4 +29,4 @@ When contributing Home Assistant code: - [TravisCl](https://travis-ci.org/) When contributing 3rd Party code to be used by Home Assistant: - - [Publishing your own PiPl package](https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/) \ No newline at end of file + - [Publishing your own PyPI package](https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/)