diff --git a/pynetbox/core/endpoint.py b/pynetbox/core/endpoint.py index 5b8a939..b5295d9 100644 --- a/pynetbox/core/endpoint.py +++ b/pynetbox/core/endpoint.py @@ -637,8 +637,8 @@ def count(self, *args, **kwargs): if any(i in RESERVED_KWARGS for i in kwargs): raise ValueError( - "A reserved {} kwarg was passed. Please remove it " - "try again.".format(RESERVED_KWARGS) + "A reserved kwarg was passed ({}). Please remove it " + "and try again.".format(RESERVED_KWARGS) ) ret = Request(