From e03485d3e5157042b91db6679df084433ff022b1 Mon Sep 17 00:00:00 2001 From: Mallikarjunarao Kosuri Date: Sat, 3 Dec 2016 08:26:37 +0530 Subject: [PATCH] improved docs --- docs/index.html | 2 +- src/NcclientLibrary/NcclientKeywords.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index f314fcd..1bb348b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -468,7 +468,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a diff --git a/src/NcclientLibrary/NcclientKeywords.py b/src/NcclientLibrary/NcclientKeywords.py index 8e59091..bdb25ac 100644 --- a/src/NcclientLibrary/NcclientKeywords.py +++ b/src/NcclientLibrary/NcclientKeywords.py @@ -349,7 +349,7 @@ def get(self, alias, filter_type='subtree', filter_criteria=None): Where a method takes a filter argument, it can take on the following types: - A tuple of (type, criteria). + A tuple of (filter_type, filter_criteria). Here type has to be one of ``xpath`` or ``subtree``. For ``xpath`` the criteria should be a string containing the XPath