Prechádzať zdrojové kódy

Merge pull request #8549 from tiangolo/patch-1

✏ Fix small typo in getting started docs, proxy
Steven Silvester 4 rokov pred
rodič
commit
db7ee8d266

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

@@ -170,7 +170,7 @@ These variables are automatically used by many open-source tools (like ``conda``
 
     # For Windows
     set HTTP_PROXY=http://USER:PWD@proxy.company.com:PORT
-    set HTTPS_PROXY=https://USER:PWD@proxy.comp any.com:PORT
+    set HTTPS_PROXY=https://USER:PWD@proxy.company.com:PORT
 
     # For Linux / MacOS
     export HTTP_PROXY=http://USER:PWD@proxy.company.com:PORT