Found via `codespell -q 3 -L alo,asend,ba,nams,spawnve`
This commit is contained in:
luzpaz
2021-11-08 21:23:15 -05:00
committed by GitHub
parent 6e646f43dd
commit b95b729b9e
10 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from werkzeug.test import Client, EnvironBuilder as WerkzeugEnvironBuilder
# Response type for the client below.
# By default _R is Tuple[Iterable[Any], Text | int, werkzeug.datastructures.Headers], however
# most commonly it is wrapped in a Reponse object.
# most commonly it is wrapped in a Response object.
_R = TypeVar("_R")
class FlaskClient(Client[_R]):
+1 -1
View File
@@ -4,7 +4,7 @@ caldav.DAVClient.principal
caldav.davclient.DAVClient.calendar
caldav.davclient.DAVClient.principal
# Initialized in class, but immediatly overwritten in __init__
# Initialized in class, but immediately overwritten in __init__
caldav.DAVClient.url
caldav.davclient.DAVClient.url
caldav.davclient.DAVResponse.headers