typo
This commit is contained in:
parent
946226c03a
commit
bd1d527d0e
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ def webdav_resource(remote_path: Any) -> WebDAVResource:
|
||||||
@run_in_executor
|
@run_in_executor
|
||||||
def webdav_list(remote_path: str) -> list[str]:
|
def webdav_list(remote_path: str) -> list[str]:
|
||||||
"""
|
"""
|
||||||
Asynchroneously lists a WebDAV path using the main WebDAV client.
|
Asynchronously lists a WebDAV path using the main WebDAV client.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return _WEBDAV_CLIENT.list(
|
return _WEBDAV_CLIENT.list(
|
||||||
|
@ -110,7 +110,7 @@ def caldav_principal() -> CalDAVPrincipal:
|
||||||
@run_in_executor
|
@run_in_executor
|
||||||
def caldav_list() -> Iterator[str]:
|
def caldav_list() -> Iterator[str]:
|
||||||
"""
|
"""
|
||||||
Asynchroneously lists all calendars using the main WebDAV client.
|
Asynchronously lists all calendars using the main WebDAV client.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue