Skip to content

Commit b38e338

Browse files
authored
docs: fix simple typo, resvere -> reverse (webpy#700)
There is a small typo in web/application.py. Should read `reverse` rather than `resvere`.
1 parent eae8945 commit b38e338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def process(processors):
286286
print(traceback.format_exc(), file=web.debug)
287287
raise self.internalerror()
288288

289-
# processors must be applied in the resvere order. (??)
289+
# processors must be applied in the reverse order. (??)
290290
return process(self.processors)
291291

292292
def wsgifunc(self, *middleware):

0 commit comments

Comments
 (0)