summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-03-13 11:50:33 -0700
committerBen Bangert <ben@groovie.org>2012-03-13 11:50:33 -0700
commita8ee2d163ffff24c36c338e87d5e12d8a03ca024 (patch)
tree631d5b956e9c816f15ff1ddea8b4432b918b9ebe
parent113df5851b2fb97013051278649a16ed74bfd747 (diff)
downloadroutes-a8ee2d163ffff24c36c338e87d5e12d8a03ca024.tar.gz
use line nos properly
--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 81df64f..e93cb97 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:: python
- :number-lines:
+.. code-block:: python
+ :linenos:
from routes import Mapper
map = Mapper()