summaryrefslogtreecommitdiff
path: root/pylint/graph.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-26 11:27:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-26 14:39:03 +0200
commitd77adce819e1ecf5b965ced1e8a7454d2138e647 (patch)
tree9d1cb2462de1810c84f1beb1f06331e240c3dc67 /pylint/graph.py
parent5d1519bd27e9d7936f962b4ed148e8835e639364 (diff)
downloadpylint-git-d77adce819e1ecf5b965ced1e8a7454d2138e647.tar.gz
Remove some words from custom dictionary and update spelling
Diffstat (limited to 'pylint/graph.py')
-rw-r--r--pylint/graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/graph.py b/pylint/graph.py
index db4827977..3c8af5bb6 100644
--- a/pylint/graph.py
+++ b/pylint/graph.py
@@ -28,7 +28,7 @@ def target_info_from_filename(filename: str) -> tuple[str, str, str]:
class DotBackend:
- """Dot File backend."""
+ """Dot File back-end."""
def __init__(
self,