Skip to content

Commit ffb9472

Browse files
committed
Clarify that both / and \ slashes are accepted in py -V:company/tag
1 parent 09233bd commit ffb9472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/using/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ omitted in cases where the tag refers to an official release and starts with
162162
$> py -V:3-arm64 ...
163163
164164
Runtimes from other distributors may require the *company* to be included as
165-
well. This should be separated from the tag by a slash, and may be a prefix.
165+
well. This should be separated from the tag by a slash (either ``/`` or ``\\``, both are accepted on Windows), and may be a prefix.
166166
Specifying the company is optional when it is ``PythonCore``, and specifying the
167167
tag is optional (but not the slash) when you want the latest release from a
168168
specific company.

0 commit comments

Comments
 (0)