From 847fb4bb2b537a7d61dc44c7af622e2ba2a8bc95 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 7 Feb 2025 18:41:22 +0100 Subject: [PATCH] fix docstring typo (#7542) --- mitmproxy/tools/web/webaddons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitmproxy/tools/web/webaddons.py b/mitmproxy/tools/web/webaddons.py index 59e68ebe1..eea0be3ae 100644 --- a/mitmproxy/tools/web/webaddons.py +++ b/mitmproxy/tools/web/webaddons.py @@ -34,8 +34,8 @@ class WebAuth: "", "Password to protect the mitmweb user interface. " "Values starting with `$` are interpreted as an argon2 hash, " - "everything else is considered a plaintext password." - "If not password is provided, a random token is generated on startup.", + "everything else is considered a plaintext password. " + "If no password is provided, a random token is generated on startup.", ) def configure(self, updated) -> None: