Commit 957dd598 authored by Wichert Akkerman's avatar Wichert Akkerman

Fix typo

parent 3229449f
......@@ -414,7 +414,7 @@ class BaseRequest:
entry_name = ''
try:
# We build parents in the wrong order, so we
# need to make sure we reverse it when we're doe.
# need to make sure we reverse it when we're done.
while 1:
bpth = getattr(object, '__before_publishing_traverse__', None)
if bpth is not None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment