Browse Source

Update docs/source/getting_started/installation.rst

Co-Authored-By: Jason Grout <jasongrout@users.noreply.github.com>
Stefan Simik 5 years ago
parent
commit
063257053a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/getting_started/installation.rst

+ 1 - 1
docs/source/getting_started/installation.rst

@@ -169,7 +169,7 @@ on connectivity problems to HTTPS servers, you can disable using SSL for ``conda
     conda config --set ssl_verify False
 
 
-You can do similar thing for ``pip``.
+You can do a similar thing for ``pip``.
 The approach here is to mark repository servers as trusted hosts,
 which means, SSL communication will not be required for downloading Python libraries.