summaryrefslogtreecommitdiff
path: root/sphinx/util/stemmer/porter.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/stemmer/porter.py')
-rw-r--r--sphinx/util/stemmer/porter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/stemmer/porter.py b/sphinx/util/stemmer/porter.py
index beb860c9e..05abac644 100644
--- a/sphinx/util/stemmer/porter.py
+++ b/sphinx/util/stemmer/porter.py
@@ -29,7 +29,7 @@
"""
-class PorterStemmer(object):
+class PorterStemmer:
def __init__(self):
# type: () -> None