Skip to content

Commit

Permalink
Fix the typo in docstring (#7062)
Browse files Browse the repository at this point in the history
  • Loading branch information
harunyasar committed Aug 9, 2023
1 parent fac0957 commit d97bd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic/_internal/_generate_schema.py
Expand Up @@ -289,7 +289,7 @@ def _context_manager() -> Iterator[None]:


class GenerateSchema:
"""Generate core schema for a Pydantic model, dataclass and types like `str`, `datatime`, ... ."""
"""Generate core schema for a Pydantic model, dataclass and types like `str`, `datetime`, ... ."""

def __init__(
self,
Expand Down

0 comments on commit d97bd84

Please sign in to comment.