Commit 5f0e905b authored by Jim Fulton's avatar Jim Fulton

Fixed a typo in a doc string.

parent 0533c9e6
...@@ -149,7 +149,7 @@ class FactoryDispatcher(Acquisition.Implicit): ...@@ -149,7 +149,7 @@ class FactoryDispatcher(Acquisition.Implicit):
# Provide a replacement for manage_main that does a redirection: # Provide a replacement for manage_main that does a redirection:
def manage_main(trueself, self, REQUEST, update_menu=0): def manage_main(trueself, self, REQUEST, update_menu=0):
"""IMplement a contents view by redirecting to the true view """Implement a contents view by redirecting to the true view
""" """
d = update_menu and '/manage_main?update_menu=1' or '/manage_main' d = update_menu and '/manage_main?update_menu=1' or '/manage_main'
REQUEST['RESPONSE'].redirect(self.DestinationURL()+d) REQUEST['RESPONSE'].redirect(self.DestinationURL()+d)
......
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