[pypy-commit] pypy default: fix documentation for smallint -> smalllong

mattip noreply at buildbot.pypy.org
Sun Mar 31 17:06:04 CEST 2013


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r62903:09ce885fa359
Date: 2013-03-31 18:05 +0300
http://bitbucket.org/pypy/pypy/changeset/09ce885fa359/

Log:	fix documentation for smallint -> smalllong

diff --git a/pypy/doc/config/translation.taggedpointers.txt b/pypy/doc/config/translation.taggedpointers.txt
--- a/pypy/doc/config/translation.taggedpointers.txt
+++ b/pypy/doc/config/translation.taggedpointers.txt
@@ -1,3 +1,3 @@
 Enable tagged pointers. This option is mostly useful for the Smalltalk and
 Prolog interpreters. For the Python interpreter the option
-:config:`objspace.std.withsmallint` should be used.
+:config:`objspace.std.withsmalllong` should be used.
diff --git a/pypy/doc/interpreter-optimizations.rst b/pypy/doc/interpreter-optimizations.rst
--- a/pypy/doc/interpreter-optimizations.rst
+++ b/pypy/doc/interpreter-optimizations.rst
@@ -55,7 +55,7 @@
 them from normal pointers. This completely avoids the boxing step, saving
 time and memory.
 
-You can enable this feature with the :config:`objspace.std.withsmallint` option.
+You can enable this feature with the :config:`objspace.std.withsmalllong` option.
 
 Dictionary Optimizations
 ------------------------


More information about the pypy-commit mailing list