Pārlūkot izejas kodu

Merge pull request #8549 from tiangolo/patch-1

✏ Fix small typo in getting started docs, proxy
Steven Silvester 4 gadi atpakaļ
vecāks
revīzija
db7ee8d266
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/source/getting_started/installation.rst

+ 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