Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Jun 16, 2022
1 parent 1a11812 commit 76c48a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pds_doi_service/api/controllers/dois_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def post_dois(action, submitter, node, url=None, body=None, force=False):
format. Only used when action is set to "draft" or "update". If provided, any
requestBody contents are ignored by the update action.
body : str or dict
requestBody contents. If provided, should contain an PSD4 label (for
requestBody contents. If provided, should contain an PDS4 label (for
update) or one or more LabelPayload structures (for reserve). Required if
the action is set to "reserve", otherwise it can be used optionally in
lieu of url when the action is set to "draft" or "update".
Expand Down

0 comments on commit 76c48a8

Please sign in to comment.