From 5aebed97e71b2ba88dde276d028946c5fa357405 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 12 Oct 2022 17:25:12 +0200 Subject: [PATCH] Fix message display --- doc_aliases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_aliases.py b/doc_aliases.py index fa531f6..16053d1 100644 --- a/doc_aliases.py +++ b/doc_aliases.py @@ -288,7 +288,7 @@ def look_for_change(content, clean, current_info): trait = current_info["is_in_trait"] print( f"Cannot find `{fn_name}` in trait `{trait}`, putting doc aliases on \ - implementation") +implementation") else: start = trait_method_pos need_pos_update = True