From d6eafccde6f92d06f205b1769ac5aebda78558c9 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:02:35 +0100 Subject: [PATCH] Update the docstring in the project XML reader --- novelwriter/core/projectxml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novelwriter/core/projectxml.py b/novelwriter/core/projectxml.py index 5c2b8d84..1b6bef79 100644 --- a/novelwriter/core/projectxml.py +++ b/novelwriter/core/projectxml.py @@ -106,8 +106,8 @@ class ProjectXMLReader: the project or the content into their respective section nodes as attributes. The id attribute was also added to the project. - Rev 1: Drops the "titleFormat" section from "settings". - Rev 2: Drop the "title" setting from "project". + Rev 1: Drops the titleFormat node from settings. 2.1 Beta 1. + Rev 2: Drops the title node from project. 2.3 Beta 1. """ def __init__(self, path: str | Path) -> None: