Skip to content

Commit

Permalink
Fixed docstring of console.view.eventlog (mitmproxy#5676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakyntha committed Oct 24, 2022
1 parent c77decf commit 201651c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitmproxy/tools/console/consoleaddons.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def view_options(self) -> None:

@command.command("console.view.eventlog")
def view_eventlog(self) -> None:
"""View the options editor."""
"""View the event log."""
self.master.switch_view("eventlog")

@command.command("console.view.help")
Expand Down

0 comments on commit 201651c

Please sign in to comment.