Skip to content

Commit bd1a91e

Browse files
serhiy-storchakamiss-islington
authored andcommitted
gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427)
(cherry picked from commit 54976e1) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 496f40c commit bd1a91e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/using/windows.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ omitted in cases where the tag refers to an official release and starts with
164164
$> py -V:3-arm64 ...
165165
166166
Runtimes from other distributors may require the *company* to be included as
167-
well. This should be separated from the tag by a slash, and may be a prefix.
167+
well.
168+
It should be separated from the tag by a slash (either ``/`` or ``\``),
169+
and may be shortened to any prefix of its full value.
168170
Specifying the company is optional when it is ``PythonCore``, and specifying the
169171
tag is optional (but not the slash) when you want the latest release from a
170172
specific company.

0 commit comments

Comments
 (0)