mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fix typo
This commit is contained in:
parent
19584ff89f
commit
696f79e80d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from pathlib import Path
|
|||
class TomlErrors: # pylint: disable=[R0903]
|
||||
|
||||
"""
|
||||
Raise ean error message for toml files.
|
||||
Raise an error message for toml files.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in a new issue