Talk about Nevow as a proper noun where necessary

This commit is contained in:
Jean-Paul Calderone 2020-10-21 10:01:46 -04:00
parent a577f1e48d
commit 2ba34a4759
2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ class NeedOperationHandleError(WebError):
class SlotsSequenceElement(template.Element): class SlotsSequenceElement(template.Element):
""" """
``SlotsSequenceElement` is a minimal port of nevow's sequence renderer for ``SlotsSequenceElement` is a minimal port of Nevow's sequence renderer for
twisted.web.template. twisted.web.template.
Tags passed in to be templated will have two renderers available: ``item`` Tags passed in to be templated will have two renderers available: ``item``

View File

@ -114,7 +114,7 @@ class DirectoryNodeHandler(ReplaceMeMixin, Resource, object):
# Rejecting URIs that contain empty path pieces (for example: # Rejecting URIs that contain empty path pieces (for example:
# "/uri/URI:DIR2:../foo//new.txt" or "/uri/URI:DIR2:..//") was # "/uri/URI:DIR2:../foo//new.txt" or "/uri/URI:DIR2:..//") was
# the old nevow behavior and it is encoded in the test suite; # the old Nevow behavior and it is encoded in the test suite;
# we will follow suit. # we will follow suit.
for segment in req.prepath: for segment in req.prepath:
if not segment: if not segment: