From ad6924deae625ce803937bf8511b4985464f55ee Mon Sep 17 00:00:00 2001 From: ianb Date: Sun, 27 Apr 2008 06:26:53 +0000 Subject: small docstring formatting fixes --- paste/registry.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'paste/registry.py') diff --git a/paste/registry.py b/paste/registry.py index 9100074..fba1822 100644 --- a/paste/registry.py +++ b/paste/registry.py @@ -23,7 +23,7 @@ WSGI application everything will work properly. Example: -.. code-block:: Python +.. code-block:: python #yourpackage/__init__.py @@ -63,7 +63,7 @@ thousands of times per request, the performance of the proxy will start to become more noticeable. In that circumstance, the problem can be avoided by getting at the actual object via the proxy with the ``_current_obj`` function: -.. code-block:: Python +.. code-block:: python #sessions.py Session = StackedObjectProxy() @@ -198,7 +198,7 @@ class StackedObjectProxy(object): This should be used like: - .. code-block:: Python + .. code-block:: python obj = yourobject() module.glob = StackedObjectProxy() -- cgit v1.2.1