Skip to content

Commit 46b0a6f

Browse files
committed
fixed spelling
1 parent b062ab9 commit 46b0a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def __init__(
363363
socket_pool: SocketpoolModuleType,
364364
ssl_context: Optional[SSLContextType] = None,
365365
session_id: Optional[str] = None,
366-
fast_close: Optional[Bool] = False,
366+
fast_close: Optional[bool] = False,
367367
) -> None:
368368
self._connection_manager = get_connection_manager(socket_pool)
369369
self._ssl_context = ssl_context

0 commit comments

Comments
 (0)