Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
grybak-arista committed Dec 14, 2015
1 parent e6bc1a6 commit ce506dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyeapi/api/ntp.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, *args, **kwargs):
def get(self):
"""Returns the current NTP configuration
The Ntp resourc returns the following:
The Ntp resource returns the following:
* source_interface (str): The interface port that specifies
NTP server
Expand All @@ -65,7 +65,7 @@ def get(self):
Returns:
A Python dictionary object of key/value pairs that represents
the current NTP configuration of the node.
the current NTP configuration of the node::
{
"source_interface": 'Loopback0',
Expand Down

0 comments on commit ce506dc

Please sign in to comment.