Update the docstring in the project XML reader

This commit is contained in:
Veronica Berglyd Olsen
2024-01-26 23:02:35 +01:00
parent 119d572050
commit d6eafccde6
+2 -2
View File
@@ -106,8 +106,8 @@ class ProjectXMLReader:
the project or the content into their respective section nodes the project or the content into their respective section nodes
as attributes. The id attribute was also added to the project. as attributes. The id attribute was also added to the project.
Rev 1: Drops the "titleFormat" section from "settings". Rev 1: Drops the titleFormat node from settings. 2.1 Beta 1.
Rev 2: Drop the "title" setting from "project". Rev 2: Drops the title node from project. 2.3 Beta 1.
""" """
def __init__(self, path: str | Path) -> None: def __init__(self, path: str | Path) -> None: