commit | ba956aebb96c38f1b8818189ed6ab18d5441313a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Nov 29 17:24:34 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Nov 29 17:24:34 2007 +0000 |
tree | 8cd8aba4cf4559f7e8e2086ea9ad05b4be91187f | |
parent | 0db38532b304c89a998e4fc53b3ac8cd7ff23a8a [diff] [blame] |
Remove mentions of "long integer" in the docs. Credits to HappySmileMan from GHOP.
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index e186937..c88fc29 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst
@@ -328,7 +328,7 @@ * ``None``, ``True``, and ``False`` -* integers, long integers, floating point numbers, complex numbers +* integers, floating point numbers, complex numbers * normal and Unicode strings