Skip to content

Commit c00f418

Browse files
committed
Revert changes to legal docs and British English spelling
Revert copyright.rst, license.rst (legal documents should not be modified), and inputoutput.rst (British spelling "behaviour" is acceptable in CPython docs).
1 parent 35bc554 commit c00f418

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright
33
*********
44

5-
Python and this documentation are:
5+
Python and this documentation is:
66

77
Copyright © 2001 Python Software Foundation. All rights reserved.
88

Doc/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ interface::
599599
SipHash24
600600
---------
601601

602-
The file :file:`Python/pyhash.c` contains Marek Majkowski's implementation of
602+
The file :file:`Python/pyhash.c` contains Marek Majkowski' implementation of
603603
Dan Bernstein's SipHash24 algorithm. It contains the following note::
604604

605605
<MIT License>

Doc/tutorial/inputoutput.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ In text files (those opened without a ``b`` in the mode string), only seeks
476476
relative to the beginning of the file are allowed (the exception being seeking
477477
to the very file end with ``seek(0, 2)``) and the only valid *offset* values are
478478
those returned from the ``f.tell()``, or zero. Any other *offset* value produces
479-
undefined behavior.
479+
undefined behaviour.
480480

481481
File objects have some additional methods, such as :meth:`~io.IOBase.isatty` and
482482
:meth:`~io.IOBase.truncate` which are less frequently used; consult the Library

0 commit comments

Comments
 (0)