summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-03-13 11:46:14 -0700
committerBen Bangert <ben@groovie.org>2012-03-13 11:46:14 -0700
commit113df5851b2fb97013051278649a16ed74bfd747 (patch)
tree96fce354ce5650117ccc625dba7a2493ff5c776f
parent4ef306c90cba0bf31d7e674ceda7609511318dc2 (diff)
downloadroutes-113df5851b2fb97013051278649a16ed74bfd747.tar.gz
try for proper label
--HG-- branch : trunk
-rw-r--r--docs/setting_up.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setting_up.rst b/docs/setting_up.rst
index 0daf459..81df64f 100644
--- a/docs/setting_up.rst
+++ b/docs/setting_up.rst
@@ -5,8 +5,8 @@ It is assumed that you are using a framework that has preconfigured Routes for
you. In Pylons, you define your routes in the ``make_map`` function in your
*myapp/config/routing.py* module. Here is a typical configuration:
-.. code-block:: python
- :number-lines: 1
+.. code:: python
+ :number-lines:
from routes import Mapper
map = Mapper()