Author: Matti Picus <matti.pi...@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
 ------------------------
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to