Skip to content

Commit 377fb64

Browse files
authored
Merge pull request #482 from timgates42/bugfix/typo_object
Fix simple typo: objec -> object
2 parents bfcdf04 + f530580 commit 377fb64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ Contributors (chronological)
4747
* Nate Dellinger `@Nateyo <https://github.com/Nateyo>`_
4848
* Karthikeyan Singaravelan `@tirkarthi <https://github.com/tirkarthi>`_
4949
* Sami Salonen `@suola <https://github.com/suola>`_
50+
* Tim Gates `@timgates42 <https://github.com/timgates42>`_

src/webargs/flaskparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def handle_error(self, error, req, schema, *, error_status_code, error_headers):
114114
)
115115

116116
def get_default_request(self):
117-
"""Override to use Flask's thread-local request objec by default"""
117+
"""Override to use Flask's thread-local request object by default"""
118118
return flask.request
119119

120120

0 commit comments

Comments
 (0)