Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 77a94ca

Browse files
committed
Fix typo
1 parent 6214c86 commit 77a94ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/betterproto2_compiler/known_types/duration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def to_dict(
4848
casing: betterproto2.Casing = betterproto2.Casing.CAMEL,
4949
include_default_values: bool = False,
5050
) -> dict[str, typing.Any] | typing.Any:
51-
# If the output format is PYTHON, we should have kept the wraped type without building the real class
51+
# If the output format is PYTHON, we should have kept the wrapped type without building the real class
5252
assert output_format == betterproto2.OutputFormat.PROTO_JSON
5353

5454
assert 0 <= self.nanos < 1e9

0 commit comments

Comments
 (0)