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/resources.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/resources.rst')
| -rw-r--r-- | docs/narr/resources.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index 34d75f2cc..f3ff1dc4c 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -83,7 +83,7 @@ works against resource instances. Here's a sample resource tree, represented by a variable named ``root``: .. code-block:: python - :linenos: + :linenos: class Resource(dict): pass |
