浏览代码

Merge pull request #8549 from tiangolo/patch-1

✏ Fix small typo in getting started docs, proxy
Steven Silvester 4 年之前
父节点
当前提交
db7ee8d266
共有 1 个文件被更改,包括 1 次插入1 次删除
  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