diff options
Diffstat (limited to 'python/enterprise.py')
| -rw-r--r-- | python/enterprise.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/enterprise.py b/python/enterprise.py index 915f6c30..d398bdf9 100644 --- a/python/enterprise.py +++ b/python/enterprise.py @@ -325,7 +325,7 @@ class LicenseCheckout: >>> enterprise.authenticate_with_credentials("username", "password") >>> with enterprise.LicenseCheckout(): ... # Do some operation - ... with open_view("/bin/ls") as bv: # e.g. + ... with load("/bin/ls") as bv: # e.g. ... print(hex(bv.start)) # License is released at end of scope """ |
