From 9779255462d9809565ef36ccc31923b91237a83e Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 31 Dec 2010 01:37:40 +0200 Subject: ReST formatting fix in Request class docstring. --- pyramid/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From 106145c52354bf7de610173638012e6b2beeb54e Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 31 Dec 2010 01:47:25 +0200 Subject: Typo: runnning -> running. --- CONTRIBUTORS.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index b48e769a1..2df5abfae 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -90,7 +90,7 @@ Licensing Exceptions Code committed within the ``docs/`` subdirectory of the Pyramid source control repository and "docstrings" which appear in the documentation -generated by runnning "make" within this directory is licensed under the +generated by running "make" within this directory is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-nc-sa/3.0/us/). @@ -116,4 +116,3 @@ Contributors - Chris Rossi, 2010/11/10 - Casey Duncan, 2010/12/27 - -- cgit v1.2.3 From f82d090ef137ba56b84ad67e88bd9ae281884081 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 31 Dec 2010 01:47:43 +0200 Subject: Sign the contributor agreement. --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 2df5abfae..ab75197e7 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -116,3 +116,5 @@ Contributors - Chris Rossi, 2010/11/10 - Casey Duncan, 2010/12/27 + +- Marius Gedminas, 2010/12/31 -- cgit v1.2.3