From 0ac7b075f76b3989fe9eb763b73bab827c9deccd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Dec 2009 06:44:37 +0000 Subject: Fix syntax errors found via manuel, and add manuel-style markers to prevent untestable code blocks from being tested. --- docs/tutorials/gae/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/tutorials/gae') diff --git a/docs/tutorials/gae/index.rst b/docs/tutorials/gae/index.rst index e24866c77..8d7f89311 100644 --- a/docs/tutorials/gae/index.rst +++ b/docs/tutorials/gae/index.rst @@ -186,7 +186,7 @@ system. HTTPError: HTTP Error 400: Bad Request Rolling back the update. Error 400: --- begin server output --- - Max number of files and blobs is 1000. + Max number of files and blobs is 3000. --- end server output --- If you do experience this error, you will be able to get around @@ -243,7 +243,7 @@ First, see which packages are available for zipping: .. code-block:: bash :linenos: - $ bin/pip zip -l + $ bin/pip zip -l This shows your zipped packages (by default, none) and your unzipped packages. You can zip a package like so: @@ -251,7 +251,7 @@ packages. You can zip a package like so: .. code-block:: bash :linenos: - $ bin/pip zip pytz-2009g-py2.5.egg + $ bin/pip zip pytz-2009g-py2.5.egg Note that it requires the whole egg file name. For a BFG app, the following packages are good candidates to be zipped. -- cgit v1.2.3