From 0eff17af228b634c74b8282e2dbdd95ff3e101e6 Mon Sep 17 00:00:00 2001 From: kuyan Date: Thu, 13 Jun 2013 00:51:26 -0700 Subject: [PATCH] 'async' --> 'asynchronous' --- 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 bdab904..7ec1035 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -67,7 +67,7 @@ Python-mode Python-mode_ is a complex solution in VIM for working with python code. It has: -- Async Python code checking (pylint, pyflakes, pep8, mccabe) in any combination +- Asynchronous Python code checking (pylint, pyflakes, pep8, mccabe) in any combination - Code refactoring and autocompletion with Rope - Fast Python folding - Virtualenv support