Skip to content

Commit e89c39b

Browse files
committed
Shorten example token for readability's sake and add missing ) in example
1 parent 3342f5b commit e89c39b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/connections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can, however, supply one or more of the following kwargs (defaults listed):
3636
.. code-block:: python
3737
3838
>>> from f5.bigip import ManagementRoot
39-
>>> mgmt = ManagementRoot('192.168.1.1', 'user', 'pass', token=True, token_to_use='424CC392BC96AC52A19D32DF65BB1BC80F0EC63F629471C3AFA8A055C52F391B2DC124E17A5E8D8C7F3E91E1D1909629B6BF124747DEF879A1F028129E5486F4'
39+
>>> mgmt = ManagementRoot('192.168.1.1', 'user', 'pass', token=True, token_to_use='2PXGGMT4QR3Y3PAQEEURAPB5DJ')
4040
4141
.. topic:: Example: Enable cert verification
4242

0 commit comments

Comments
 (0)