We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53793ac commit 9de23e0Copy full SHA for 9de23e0
Doc/library/platform.rst
@@ -19,9 +19,8 @@
19
20
.. note::
21
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
- ``('', '', '', '')``.
+ Calling a platform-specific method on a mismatched platform will return their
+ default values, such as a tuple with empty string values.
25
26
27
Cross Platform
0 commit comments