Skip to content

Commit 91cfc8f

Browse files
Fixing spelling.
1 parent 8172b0a commit 91cfc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylossless/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_import_optional_dependency():
1010
# Choosing a package that will probably never be added to the requirements!
1111
# We also choose a name of a package that is likely not to exist at all
1212
# to avoid the corresponding package is installed in the development
13-
# environment of developpers.
13+
# environment of developers.
1414
check.import_optional_dependency(package)
1515

1616
# Test the case where the package is installed.

0 commit comments

Comments
 (0)