Skip to content

Commit

Permalink
Fix typos. (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 authored and dataflake committed May 13, 2019
1 parent f7b15c0 commit 8d1ff7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZPublisher/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ def __call__(request):
Only called for a non-SOAP POST request whose `Content-Type`
contains `text/xml` (any other request automatically does not
use Zope's buildin XML-RPC).
use Zope's built-in XML-RPC).
Note: this is called very early during request handling when most
typical attributes of *request* are not yet set up -- e.g. it
cannot rely on information in `form` or `other`.
Usually, it will look up information in `request.environ`
which at this time is garanteed (only) to contain the
which at this time is guaranteed (only) to contain the
typical CGI information, such as `PATH_INFO` and `QUERY_STRING`.
"""

0 comments on commit 8d1ff7d

Please sign in to comment.