diff options
| author | Galen Williamson <galen@vector35.com> | 2022-12-23 15:06:22 -0500 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2022-12-23 16:29:38 -0500 |
| commit | 47d44cd285530729b94e5960a93648047fc0b4ce (patch) | |
| tree | cf546c078c8843599b501ab489f3e25dd7d14552 /python/enterprise.py | |
| parent | 8e82653a052cb1b32e2d5ca53fd8f014df3e8737 (diff) | |
Fixed missing newlines before `:param` in docstrings
This was causing the generated html to not show the param lines
correctly.
Diffstat (limited to 'python/enterprise.py')
| -rw-r--r-- | python/enterprise.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
