Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Small Documentation Changes (#7)
Browse files Browse the repository at this point in the history
* Parse format (xml or text) when editing config

* Small documentation changes.
  • Loading branch information
NikosGkotsis authored and vkosuri committed Dec 3, 2016
1 parent fcbbdc4 commit 595f928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NcclientLibrary/NcclientKeywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_config(self, alias, source, filter_type='subtree',
``source`` name of the configuration datastore being queried
``filter_type`` xml string or subtree value
``filter_type`` if specified must be one of ``xpath`` or ``subtree``
``filter_criteria`` tuple values (xml and xpath)
Expand All @@ -159,7 +159,7 @@ def get_config(self, alias, source, filter_type='subtree',
Where a method takes a filter argument, it can take on the following
type:
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
Expand Down

0 comments on commit 595f928

Please sign in to comment.