Skip to content

Commit 9de23e0

Browse files
committed
Change as per PR comments
1 parent 53793ac commit 9de23e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/platform.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919

2020
.. note::
2121

22-
Calling a platform-specific method on a mismatched platform will return its
23-
default value. For example, calling :func:`win32_ver` on Linux will return
24-
``('', '', '', '')``.
22+
Calling a platform-specific method on a mismatched platform will return their
23+
default values, such as a tuple with empty string values.
2524

2625

2726
Cross Platform

0 commit comments

Comments
 (0)