Skip to content

Commit 6e6e3ae

Browse files
c0llab0rat0rntninja
authored andcommitted
Correct spelling of compatibility
1 parent d3787ef commit 6e6e3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def pytest_pyfunc_call(self, pyfuncitem):
158158
else:
159159
# Exclude the past
160160
exclusions.append(r"\#PY2")
161-
# Exclude code only used for compatiblity with a previous Python version
161+
# Exclude code only used for compatibility with a previous Python version
162162
exclusions.append(r"\#PY3({0})([^\d+]|$)".format(
163163
"|".join(map(str, range(0, sys.version_info.minor)))
164164
))

0 commit comments

Comments
 (0)