Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: register encoder's doc incorrectly mentions TypeError #384

Commits on Nov 1, 2024

  1. fix: register encoder's doc incorrectly mentions TypeError

    Since python-poetry#358, custom encoders are expected to raise a ConvertError instead
    of a TypeError, but the docstring of register_encoder still mentions
    TypeError. Fix this to mention ConvertError instead.
    mathieu-lemay committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ea13177 View commit details
    Browse the repository at this point in the history