Fixed lots of top-of-file docstrings that were out of date

This commit is contained in:
Veronica K. B. Olsen
2020-10-17 23:46:54 +02:00
parent 4584a4b8b4
commit 50cc135dde
10 changed files with 35 additions and 34 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""novelWriter Spell Check Wrapper
"""novelWriter Spell Check Classes
novelWriter Spell Check Wrapper
novelWriter Spell Check Classes
===================================
Wrapper class for spell checking
+8 -7
View File
@@ -1,14 +1,15 @@
# -*- coding: utf-8 -*-
"""novelWriter Word Counter
"""novelWriter Various Tools
novelWriter Word Counter
============================
Simple word counter
novelWriter Various Tools
=============================
Various core tool functions
File History:
Created: 2019-04-22 [0.0.1] countWords
Created: 2019-10-13 [0.2.3] numberToWord, _numberToWordEN
Merged: 2020-05-08 [0.4.5] All of the above into this file
Created: 2019-04-22 [0.0.1] countWords
Created: 2019-10-13 [0.2.3] numberToWord, _numberToWordEN
Merged: 2020-05-08 [0.4.5] All of the above into this file
Created: 2020-07-05 [0.10.0] numberToRoman
This file is a part of novelWriter
Copyright 20182020, Veronica Berglyd Olsen