Fix typo in the docstring for @web_api_request_fields decorator

Review Request #12425 — Created June 29, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

There was a typo in the docstring for the web_api_request_fields decorator
that incorrectly states that setting allow_unknown to True and including
unknown fields would trigger an INVALID_FORM_DATA error. This should actually
happen when allow_unknown is False. This change fixes the typo.

None since this is such a small fix.

Commits

Files

    Loading...