Skip to content

Commit 925a807

Browse files
JelleZijlstraestyxx
authored andcommitted
marshal docs: Remove reference to "Sun" (python#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.
1 parent 94f028d commit 925a807

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)