Skip to content

Commit

Permalink
Small docstring update
Browse files Browse the repository at this point in the history
Co-authored-by: vijay sawant <[email protected]>
  • Loading branch information
sambible and vijaysawant committed Aug 7, 2024
1 parent 1a544a5 commit 7f7053e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2687,7 +2687,7 @@ def verify_checksum(self, synchronous=True, timeout=None, **kwargs):
return _handle_response(response, self._server_config, synchronous, timeout)

def republish_repositories(self, synchronous=True, timeout=None, **kwargs):
"""Force a republish of the version's repositories' metadata.
"""Force a republish of the version's repositories metadata.
:param synchronous: What should happen if the server returns an HTTP
202 (accepted) status code? Wait for the task to complete if
Expand Down

0 comments on commit 7f7053e

Please sign in to comment.