Fixed indentation in file master v0.3.2
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 26 Apr 2012 16:53:13 +0000 (19:53 +0300)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 26 Apr 2012 16:53:13 +0000 (19:53 +0300)
ncclient/operations/retrieve.py

index 72ceb2e..e7fe8dc 100644 (file)
@@ -88,7 +88,7 @@ class GetConfig(RPC):
 
 class Dispatch(RPC):
 
-   "Generic retrieving wrapper"
+    "Generic retrieving wrapper"
 
     REPLY_CLS = GetReply
     "See :class:`GetReply`."