Skip to content

Commit 53793ac

Browse files
committed
Update platform.rst
1 parent e4b80a3 commit 53793ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/platform.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
.. note::
2121

22-
Calling a platform-specific method on a mismatched platform will return its default value. For example, calling :func:`win32_ver` on Linux will return ``('', '', '', '')``.
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+
``('', '', '', '')``.
2325

2426

2527
Cross Platform

0 commit comments

Comments
 (0)