Skip to content

Commit

Permalink
docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoody committed Oct 10, 2018
1 parent bbf9fec commit 71cc521
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pynetbox/lib/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get(self, *args, **kwargs):
retrieved.
:arg str,optional \**kwargs: Accepts the same keyword args as
filter(). Any search argeter the endpoint accepts can
filter(). Any search argument the endpoint accepts can
be added as a keyword arg.
:returns: A single instantiated objects.
Expand Down Expand Up @@ -180,13 +180,12 @@ def filter(self, *args, **kwargs):
Takes named arguments that match the usable filters on a
given endpoint. If an argument is passed then it's used as a
freeform search argeter if the endpoint supports it.
freeform search argument if the endpoint supports it.
:arg str,optional \*args: Freeform search string that's
accepted on given endpoint.
:arg str,optional \**kwargs: Any search argeter the
:arg str,optional \**kwargs: Any search argument the
endpoint accepts can be added as a keyword arg.
*(Note: Cache is a reserved kwarg.)*
:Returns: A list of instantiated objects.
Expand Down

0 comments on commit 71cc521

Please sign in to comment.