Author: Manuel Jacob <[email protected]>
Branch: improve-docs
Changeset: r74173:fab44bf1546c
Date: 2014-10-24 15:35 +0200
http://bitbucket.org/pypy/pypy/changeset/fab44bf1546c/

Log:    Fix.

diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst
--- a/rpython/doc/rpython.rst
+++ b/rpython/doc/rpython.rst
@@ -176,8 +176,8 @@
   ``__init__``, ``__del__``, ``__len__``, ``__getitem__``, ``__setitem__``,
   ``__getslice__``, ``__setslice__``, and ``__iter__``. To handle slicing,
   ``__getslice__`` and ``__setslice__`` must be used; using ``__getitem__`` and
-   ``__setitem__`` for slicing isn't supported. Additionally, using negative
-   indices for slicing is still not support, even when using ``__getslice__``.
+  ``__setitem__`` for slicing isn't supported. Additionally, using negative
+  indices for slicing is still not support, even when using ``__getslice__``.
 
 This layout makes the number of types to take care about quite limited.
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to