diff options
| author | Antti Haapala <antti@haapala.name> | 2013-11-17 00:11:37 +0200 |
|---|---|---|
| committer | Antti Haapala <antti@haapala.name> | 2013-11-17 00:51:16 +0200 |
| commit | 392a6c7df93b67d6889680133fda0f744970d61f (patch) | |
| tree | 6a95764f874efbbb0114516d58bcdd0e3e5aa6e4 /docs/narr/extending.rst | |
| parent | 94b754aac45e235b5b11a60489395b77c8195fdc (diff) | |
| download | pyramid-392a6c7df93b67d6889680133fda0f744970d61f.tar.gz pyramid-392a6c7df93b67d6889680133fda0f744970d61f.tar.bz2 pyramid-392a6c7df93b67d6889680133fda0f744970d61f.zip | |
Removed extra indentation from some examples (:linenos: should be indented with the same indentation as the rest of the code block)
Diffstat (limited to 'docs/narr/extending.rst')
| -rw-r--r-- | docs/narr/extending.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index a60a49fea..8462a9da7 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -234,7 +234,7 @@ For example, if the original application has the following ``configure_views`` configuration method: .. code-block:: python - :linenos: + :linenos: def configure_views(config): config.add_view('theoriginalapp.views.theview', name='theview') |
