Fix "KeyError: 'content-length'" in PlatformIO Download Manager // Resolve #591

This commit is contained in:
Ivan Kravets
2016-03-22 22:03:51 +02:00
parent 2d684d36e8
commit d83b1280ed
3 changed files with 12 additions and 6 deletions

View File

@@ -309,7 +309,7 @@ Intelligent Code Autocompletion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PlatformIO IDE uses `clang <http://clang.llvm.org>`_ for the Intelligent Code Autocompletion.
To install it or check if it exists, please follow to step
To install it or check if it is already installed, please follow to step
:ref:`ide_atom_installation_clang` from Installation guide.
.. warning::