Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 21, 2024
1 parent 98bb4d1 commit 28b3fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypy_boto3_builder/structures/base_class.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Base class for all structures that can be rendered to a class.
Base class for ClassRecord.
Copyright 2024 Vlad Emelianov
"""
Expand All @@ -14,7 +14,7 @@

class BaseClass:
"""
Base class for CLassRecord.
Base class for ClassRecord.
"""

def __init__(self, name: str, annotation: FakeAnnotation) -> None:
Expand Down

0 comments on commit 28b3fcb

Please sign in to comment.