From 47d44cd285530729b94e5960a93648047fc0b4ce Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Fri, 23 Dec 2022 15:06:22 -0500 Subject: Fixed missing newlines before `:param` in docstrings This was causing the generated html to not show the param lines correctly. --- python/enterprise.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/enterprise.py') diff --git a/python/enterprise.py b/python/enterprise.py index b95ff1e0..fdd0bb74 100644 --- a/python/enterprise.py +++ b/python/enterprise.py @@ -291,6 +291,7 @@ class LicenseCheckout: def __init__(self, duration=900, _cache=True, release=True): """ Get a new license checkout + :param duration: Duration between refreshes :param _cache: Deprecated but left in for compatibility :param release: If the license should be released at the end of scope. If False, you -- cgit v1.3.1