Skip to content

Commit

Permalink
Fix class name typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-b-smartway committed Apr 17, 2024
1 parent ea301a7 commit 5d3b17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ rows, errors= magicparse.parse(data="...", schema=schema)
from uuid import UUID
import magicparse

class GuidConverter(magicparse.Converter):
class GuidConverter(magicparse.TypeConverter):
@staticmethod
def key() -> str:
return "guid"
Expand Down

0 comments on commit 5d3b17b

Please sign in to comment.