diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 16:11:38 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 16:11:38 +0800 |
commit | f27bcc65ffaeb15e74d2746bd6abbe08d6604eab (patch) | |
tree | 054e9749f93100b68df4c63ee782ea72ad4fa084 /xincludes | |
parent | 8c2cfcfad34698019e1ade33d779839d5022a86f (diff) |
pip3 command explain: fix a typo
Diffstat (limited to 'xincludes')
-rw-r--r-- | xincludes/pip3-cmd-explain.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xincludes/pip3-cmd-explain.xml b/xincludes/pip3-cmd-explain.xml index 091d7602da..e661985577 100644 --- a/xincludes/pip3-cmd-explain.xml +++ b/xincludes/pip3-cmd-explain.xml @@ -31,7 +31,7 @@ </para> <para> - <parameter>--find-links dest</parameter>: looks for links to archives + <parameter>--find-links dist</parameter>: looks for links to archives such as wheel (.whl) files in the directory <filename class="directory">dist</filename>. </para> |