Skip to content

Commit 4da3ef5

Browse files
committed
Fix source typos
1 parent cd2878f commit 4da3ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stubs/PyYAML/yaml/emitter.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Emitter:
3535
line: Any
3636
column: Any
3737
whitespace: Any
38-
indention: Any
38+
indentation: Any
3939
open_ended: Any
4040
canonical: Any
4141
allow_unicode: Any
@@ -95,7 +95,7 @@ class Emitter:
9595
def flush_stream(self): ...
9696
def write_stream_start(self): ...
9797
def write_stream_end(self): ...
98-
def write_indicator(self, indicator, need_whitespace, whitespace=..., indention=...): ...
98+
def write_indicator(self, indicator, need_whitespace, whitespace=..., indentation=...): ...
9999
def write_indent(self): ...
100100
def write_line_break(self, data=...): ...
101101
def write_version_directive(self, version_text): ...

stubs/caldav/caldav/lib/error.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ class PutError(DAVError): ...
1919
class DeleteError(DAVError): ...
2020
class NotFoundError(DAVError): ...
2121
class ConsistencyError(DAVError): ...
22-
class ReponseError(DAVError): ...
22+
class ResponseError(DAVError): ...
2323

2424
exception_by_method: dict[str, Type[DAVError]]

0 commit comments

Comments
 (0)