From e1b984b5617c25495f78fb968b10ea9f0925f2be Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 06 2017 21:16:03 +0000 Subject: correct docstring --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 5cc1b33..8e1f60f 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -4842,7 +4842,7 @@ def apply_volume_policy(build, strict=False): The strict options determines what happens in the case of a bad policy. If strict is True, and exception will be raised. Otherwise, the existing - volume we be retained (or DEFAULT will be used if the build has no volume) + volume we be retained. """ policy_data = {'build': build} volume = check_volume_policy(policy_data, strict=strict)