Skip to content

Commit 4734aa1

Browse files
authored
Merge pull request #106 from blueyed/fix-typos
docs: fix typos: s/againts/against
2 parents fdf0e73 + 5484e64 commit 4734aa1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

filetype/match.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
def match(obj, matchers=TYPES):
1616
"""
17-
Matches the given input againts the available
17+
Matches the given input against the available
1818
file type matchers.
1919
2020
Args:
@@ -37,7 +37,7 @@ def match(obj, matchers=TYPES):
3737

3838
def image_match(obj):
3939
"""
40-
Matches the given input againts the available
40+
Matches the given input against the available
4141
image type matchers.
4242
4343
Args:
@@ -54,7 +54,7 @@ def image_match(obj):
5454

5555
def font_match(obj):
5656
"""
57-
Matches the given input againts the available
57+
Matches the given input against the available
5858
font type matchers.
5959
6060
Args:
@@ -71,7 +71,7 @@ def font_match(obj):
7171

7272
def video_match(obj):
7373
"""
74-
Matches the given input againts the available
74+
Matches the given input against the available
7575
video type matchers.
7676
7777
Args:
@@ -88,7 +88,7 @@ def video_match(obj):
8888

8989
def audio_match(obj):
9090
"""
91-
Matches the given input againts the available
91+
Matches the given input against the available
9292
autio type matchers.
9393
9494
Args:
@@ -105,7 +105,7 @@ def audio_match(obj):
105105

106106
def archive_match(obj):
107107
"""
108-
Matches the given input againts the available
108+
Matches the given input against the available
109109
archive type matchers.
110110
111111
Args:
@@ -122,7 +122,7 @@ def archive_match(obj):
122122

123123
def application_match(obj):
124124
"""
125-
Matches the given input againts the available
125+
Matches the given input against the available
126126
application type matchers.
127127
128128
Args:

0 commit comments

Comments
 (0)