Skip to content

Commit

Permalink
Merge pull request #38 from gtk-rs/display-fix
Browse files Browse the repository at this point in the history
Fix message display
  • Loading branch information
GuillaumeGomez authored Oct 12, 2022
2 parents 80fd334 + 5aebed9 commit 5d10c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d10c47

Please sign in to comment.