From 7f7053eaf486de11657d319354cec5ec97200637 Mon Sep 17 00:00:00 2001 From: Samuel Bible Date: Thu, 1 Aug 2024 16:10:38 -0500 Subject: [PATCH] Small docstring update Co-authored-by: vijay sawant --- nailgun/entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nailgun/entities.py b/nailgun/entities.py index a238040c..6b05b17d 100644 --- a/nailgun/entities.py +++ b/nailgun/entities.py @@ -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