From 2210172c507fa025827de825a5f7bca79449ec2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 24 Nov 2012 12:41:44 +0000 Subject: [PATCH] fix typo in env.rst --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 3ccb15e..e91a9c5 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -74,7 +74,7 @@ It has: - Virtual env support; - Search by python documentation and run python code; - More other things like auto pep8 error fixes; -- Very customizable an documented as well; +- Very customizable and documented as well; - Have all required libraries in self; And more stuff.