1414
1515def 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
3838def 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
5555def 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
7272def 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
8989def 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
106106def 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
123123def 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