From b9f651fb98fd639697fafb23f669fd05588b4345 Mon Sep 17 00:00:00 2001 From: kali Date: Mon, 7 Aug 2017 16:15:50 -0700 Subject: [docs] fix management class docstring --- src/leap/bitmask/vpn/_management.py | 3 +-- 1 file changed, 1 insertion(+), 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:: -- cgit v1.2.3