Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
modified:   src/ZPublisher/HTTPResponse.py
  • Loading branch information
jugmac00 committed May 1, 2019
1 parent e759299 commit e6ae1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/HTTPResponse.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def addHeader(self, name, value):
Retain any previously set headers with the same name.
Note that this API appneds to the 'accumulated_headers' attribute;
Note that this API appends to the 'accumulated_headers' attribute;
it does not update the 'headers' mapping.
"""
name, value = _scrubHeader(name, value)
Expand Down

0 comments on commit e6ae1d2

Please sign in to comment.