summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2017-08-07 16:15:50 -0700
committerKali Kaneko <kali@leap.se>2017-08-14 18:10:21 -0400
commitb9f651fb98fd639697fafb23f669fd05588b4345 (patch)
treece0c488b64f1c53131f04442820314887a4f36a1
parent0862810bca720d0d8fe4300569e2cce5ff6d37d4 (diff)
[docs] fix management class docstring
-rw-r--r--src/leap/bitmask/vpn/_management.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/bitmask/vpn/_management.py b/src/leap/bitmask/vpn/_management.py
index c06c1d91..14daa48e 100644
--- a/src/leap/bitmask/vpn/_management.py
+++ b/src/leap/bitmask/vpn/_management.py
@@ -34,8 +34,7 @@ class ImproperlyConfigured(Exception):
class VPNManagement(object):
"""
- This is a mixin that we use in the VPNProcess class.
- Here we get together all methods related with the openvpn management
+ A class to handle the communication with the openvpn management
interface.
For more info about management methods::