[pypy-commit] pypy default: (zooko) fixed a typo

alex_gaynor noreply at buildbot.pypy.org
Mon Apr 29 01:53:35 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r63743:ff887e0bb838
Date: 2013-04-28 16:52 -0700
http://bitbucket.org/pypy/pypy/changeset/ff887e0bb838/

Log:	(zooko) fixed a typo

diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst
--- a/pypy/doc/getting-started-python.rst
+++ b/pypy/doc/getting-started-python.rst
@@ -46,7 +46,7 @@
 2. Install build-time dependencies.  On a Debian box these are::
 
      [user at debian-box ~]$ sudo apt-get install \
-     gcc make python-dev libffi-dev lib-sqlite3-dev pkg-config \
+     gcc make python-dev libffi-dev libsqlite3-dev pkg-config \
      libz-dev libbz2-dev libncurses-dev libexpat1-dev \
      libssl-dev libgc-dev python-sphinx python-greenlet
 


More information about the pypy-commit mailing list