🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2024-02-17 14:38:21 +00:00
parent f347a3583b
commit a06a45dfd4
1 changed files with 6 additions and 6 deletions

View File

@ -182,10 +182,10 @@ class HTTPBasic(HTTPBase):
str,
Doc(
"""
The text to be returned to the client when `auto_error`
The text to be returned to the client when `auto_error`
raises an HTTP exception.
It useful when you have multiple errors defined: set
It useful when you have multiple errors defined: set
different detail text to easily differentiate which error was raised.
"""
),
@ -310,10 +310,10 @@ class HTTPBearer(HTTPBase):
str,
Doc(
"""
The text to be returned to the client when `auto_error`
The text to be returned to the client when `auto_error`
raises an HTTP exception.
It useful when you have multiple errors defined: set
It useful when you have multiple errors defined: set
different detail text to easily differentiate which error was raised.
"""
),
@ -426,10 +426,10 @@ class HTTPDigest(HTTPBase):
str,
Doc(
"""
The text to be returned to the client when `auto_error`
The text to be returned to the client when `auto_error`
raises an HTTP exception.
It useful when you have multiple errors defined: set
It useful when you have multiple errors defined: set
different detail text to easily differentiate which error was raised.
"""
),