diff options
| author | Chris McDonough <chrism@plope.com> | 2013-03-22 10:24:55 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-03-22 10:24:55 -0700 |
| commit | 794e994dc0a67733ed3cebb69ea42eba7dff068c (patch) | |
| tree | 9d56ab69e164168738eeecfd6616461ae691220d /docs/narr/webob.rst | |
| parent | ec7bf0085e115c6c16d6b7e0efd75bc7ff505d2c (diff) | |
| parent | 1ad8de2b9032b5a452b75274b8f908645c732e57 (diff) | |
| download | pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.tar.gz pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.tar.bz2 pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.zip | |
Merge pull request #936 from tshepang/unused
remove unused 'ignore-next-block' directive
Diffstat (limited to 'docs/narr/webob.rst')
| -rw-r--r-- | docs/narr/webob.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst index 44940f9e6..63a08adaa 100644 --- a/docs/narr/webob.rst +++ b/docs/narr/webob.rst @@ -326,7 +326,6 @@ package that uses SQLAlchemy, and you'd like the current SQLAlchemy database session to be removed after each request. Put the following in the ``mypackage.__init__`` module: -.. ignore-next-block .. code-block:: python :linenos: @@ -491,7 +490,6 @@ reason for the error. For instance, :class:`pyramid.Response`, so you can manipulate the instances in the same way. A typical example is: -.. ignore-next-block .. code-block:: python :linenos: |
