Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2020-01-17 20:55:51 +0300
committerAdrien Ferrand <adferrand@users.noreply.github.com>2020-01-17 20:55:51 +0300
commit1702cb90fdc84e0f251df4d023b721a63f553011 (patch)
tree31831cc437dd70226f5bac968149133523e77bef /pytest.ini
parentfcdeaf48f23f8971692dcb0d1daa84b03e3e8c67 (diff)
Spelling and grammar fixes (#7695)
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 31a294ca6..019676292 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -6,7 +6,7 @@
# 1- decodestring: https://github.com/rthalley/dnspython/issues/338
# 2- ignore warn for importing abstract classes from collections instead of collections.abc,
# too much third party dependencies are still relying on this behavior,
-# but it should be corrected to allow Certbot compatiblity with Python >= 3.8
+# but it should be corrected to allow Certbot compatibility with Python >= 3.8
filterwarnings =
error
ignore:decodestring:DeprecationWarning