diff --git a/over/__init__.py b/over/__init__.py index 7329eb5..8591133 100644 --- a/over/__init__.py +++ b/over/__init__.py @@ -21,4 +21,4 @@ textui = aux.DeprecationForwarder(text, "over.core.textui", "over.text") for module in [types]: if module.__file__[-2:] == "py": - print("unable to load C implementation<.> of %s<.>, falling back to pure Python instead" %(module.__name__), print.tl.warn) + print("unable to load C implementation<.> of %s<.>, falling back to pure Python instead" %(module.__name__), print.tl.warn) diff --git a/over/app.py b/over/app.py index ea49616..5034762 100644 --- a/over/app.py +++ b/over/app.py @@ -516,7 +516,7 @@ class Main: self.add_option("-help", "Display the library help and about views.", lambda: self.help(alternate_docs=docs.over_docs), in_cfg_file=False) self.add_option("-config", "Path to an alternate config file.", self.load_alternate_config, count=1, in_cfg_file=False) self.add_option("-dump", "Show a command line that exactly represents the application's state.", self.dump, in_cfg_file=False) - self.add_option("-debug", "Enable extra debug messages (sets over<.>.app<.>.Main<.>.debug<.> = True<.>) Currently does nothing.", self.activate_debug, in_cfg_file=False) + self.add_option("-debug", "Enable extra debug messages (sets over<.>.app<.>.Main<.>.debug<.> = True<.>). Currently does nothing.", self.activate_debug, in_cfg_file=False) def help(self, alternate_docs=None): """