Skip to content

Commit 71cc521

Browse files
author
zmoody
committed
docstring updates
1 parent bbf9fec commit 71cc521

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pynetbox/lib/endpoint.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def get(self, *args, **kwargs):
126126
retrieved.
127127
128128
:arg str,optional \**kwargs: Accepts the same keyword args as
129-
filter(). Any search argeter the endpoint accepts can
129+
filter(). Any search argument the endpoint accepts can
130130
be added as a keyword arg.
131131
132132
:returns: A single instantiated objects.
@@ -180,13 +180,12 @@ def filter(self, *args, **kwargs):
180180
181181
Takes named arguments that match the usable filters on a
182182
given endpoint. If an argument is passed then it's used as a
183-
freeform search argeter if the endpoint supports it.
183+
freeform search argument if the endpoint supports it.
184184
185185
:arg str,optional \*args: Freeform search string that's
186186
accepted on given endpoint.
187-
:arg str,optional \**kwargs: Any search argeter the
187+
:arg str,optional \**kwargs: Any search argument the
188188
endpoint accepts can be added as a keyword arg.
189-
*(Note: Cache is a reserved kwarg.)*
190189
191190
:Returns: A list of instantiated objects.
192191

0 commit comments

Comments
 (0)