diff options
| author | Marius Gedminas <marius@gedmin.as> | 2010-12-31 01:37:40 +0200 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2010-12-31 01:37:40 +0200 |
| commit | 9779255462d9809565ef36ccc31923b91237a83e (patch) | |
| tree | 10622f8c1e5459d60ccd976ba1c42cb0901abc6e | |
| parent | 581a401c26047a6cddb6521393de4030ce0a962a (diff) | |
| download | pyramid-9779255462d9809565ef36ccc31923b91237a83e.tar.gz pyramid-9779255462d9809565ef36ccc31923b91237a83e.tar.bz2 pyramid-9779255462d9809565ef36ccc31923b91237a83e.zip | |
ReST formatting fix in Request class docstring.
| -rw-r--r-- | pyramid/request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/request.py b/pyramid/request.py index 74418f1bb..475df744a 100644 --- a/pyramid/request.py +++ b/pyramid/request.py @@ -24,7 +24,7 @@ class Request(WebobRequest): argument. The documentation below (save for the ``add_response_callback`` and - ''add_finished_callback`` methods, which are defined in this subclass + ``add_finished_callback`` methods, which are defined in this subclass itself, and the attributes ``context``, ``registry``, ``root``, ``subpath``, ``traversed``, ``view_name``, ``virtual_root`` , and ``virtual_root_path``, each of which is added to the request by the |
