little changes

This commit is contained in:
Bastian Schroll 2018-06-18 07:29:51 +02:00
parent 613efcf63c
commit b87d98fc7d
2 changed files with 2 additions and 3 deletions

View file

@ -283,7 +283,7 @@
<br><br>
### Other possible wildcards:
- {BR} - Line break (\r\n)
- {BR} - Line break (\\r\\n)
- {LPAR} - Left parenthesis (
- {RPAR} - Right parenthesis )
- {TIME} - Actual timestamp

View file

@ -24,8 +24,7 @@ logging.debug("- %s loaded", __name__)
class Descriptor:
"""!CSV Descriptor class to load specific
descriptions from CSV files, manage and serve them"""
"""!CSV Descriptor class to load specific descriptions from CSV files, manage and serve them"""
def __init__(self):
"""!Initialise a private list for the DescriptionList objects"""