Author: Armin Rigo <[email protected]> Branch: Changeset: r3229:28096df0c342 Date: 2019-02-22 12:26 +0100 http://bitbucket.org/cffi/cffi/changeset/28096df0c342/
Log: typo diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -177,7 +177,7 @@ in addition to supporting the buffer interface: - ``buf[:]`` or ``bytes(buf)``: copy data out of the buffer, returning a - regular byte string (or ``buf[start:end]`` for a part) + regular byte string (or ``buf[start:end]`` for a part) - ``buf[:] = newstr``: copy data into the buffer (or ``buf[start:end] = newstr``) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
