diff --git a/_info/packet.md b/_info/packet.md index f5d3c45..8a0cc99 100644 --- a/_info/packet.md +++ b/_info/packet.md @@ -283,7 +283,7 @@

### Other possible wildcards: -- {BR} - Line break (\r\n) +- {BR} - Line break (\\r\\n) - {LPAR} - Left parenthesis ( - {RPAR} - Right parenthesis ) - {TIME} - Actual timestamp diff --git a/boswatch/descriptor/descriptor.py b/boswatch/descriptor/descriptor.py index cd93393..af97495 100644 --- a/boswatch/descriptor/descriptor.py +++ b/boswatch/descriptor/descriptor.py @@ -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"""