Fix typo in the docstring for @web_api_request_fields decorator

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

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.

Summary ID
Fix typo in @web_api_request_fields decorator docstring
b11c05b60fcc95ec545c71548cb662de6e88fed6
chipx86
  1. Ship It!
  2. 
      
maubin
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (9f4768a)
Loading...