Skip to content
Snippets Groups Projects
Commit 59f86882 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

misspelling error correction

parent 6b775dd5
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ class ContactManager(Device):
)
CONTACT_LIST_PROPERTY_DOC = f"{CONTACT_LIST_PROPERTY_DOC}\n"
CONTACT_LIST_PROPERTY_DOC = (
f"{CONTACT_LIST_PROPERTY_DOC}\nWith this example, {CONTACT_ATTR} attribut"
f"{CONTACT_LIST_PROPERTY_DOC}\nWith this example, {CONTACT_ATTR} attribute"
)
CONTACT_LIST_PROPERTY_DOC = f"{CONTACT_LIST_PROPERTY_DOC} will have the enum labels"
CONTACT_LIST_PROPERTY_DOC = f'{CONTACT_LIST_PROPERTY_DOC} ["{DEFAULT_CONTACT_VALUE}", "John", "Jack", "Telma"].'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment