Skip to content

Commit

Permalink
Merge pull request #26 from ZeroGachis/fix-documentation
Browse files Browse the repository at this point in the history
Fix class name typo in documentation
  • Loading branch information
antoine-b-smartway authored Apr 17, 2024
2 parents ea301a7 + 5d3b17b commit fc73462
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 fc73462

Please sign in to comment.