8000 marshal docs: Remove reference to "Sun" (GH-119161) · miss-islington/cpython@b3afc1e · GitHub
[go: up one dir, main page]

Skip to content

Commit b3afc1e

Browse files
JelleZijlstramiss-islington
authored andcommitted
marshal docs: Remove reference to "Sun" (pythonGH-119161)
Nobody has been using a Sun machine for a long time. When I saw this sentence in a lightning talk just now, I thought it was talking about sending Python code on a spacecraft. (cherry picked from commit 697465f) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent d76d95e commit b3afc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/marshal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This module contains functions that can read and write Python values in a binary
1111
format. The format is specific to Python, but independent of machine
1212
architecture issues (e.g., you can write a Python value to a file on a PC,
13-
transport the file to a Sun, and read it back there). Details of the format are
13+
transport the file to a Mac, and read it back there). Details of the format are
1414
undocumented on purpose; it may change between Python versions (although it
1515
rarely does). [#]_
1616

0 commit comments

Comments
 (0)
0