From 2afbe95a9cf0821563403ca24deccbab685d6529 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 27 Aug 2025 21:22:57 +0200 Subject: [PATCH] Fix typo --- novelwriter/core/coretools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novelwriter/core/coretools.py b/novelwriter/core/coretools.py index 2a99b236..5ec81031 100644 --- a/novelwriter/core/coretools.py +++ b/novelwriter/core/coretools.py @@ -282,7 +282,7 @@ class DocDuplicator: class DocSearch: - """Tool> Search Documents. + """Tool: Search Documents. A global document search class. """