Skip to content

Commit

Permalink
fix: Enhancement of __repr__ method (nautobot#67)
Browse files Browse the repository at this point in the history
Update docstring for `Record` class in pynautobot/core/response.py
module.
  • Loading branch information
nautics889 committed Apr 4, 2023
1 parent 2f8c379 commit 5d0c642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynautobot/core/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Record(object):
>>> x = nb.dcim.devices.get(1)
>>> x
<pynautobot.models.dcim.Devices name='test1-switch1' at 0x1953d821250>
<pynautobot.models.dcim.Devices ('test1-switch1') at 0x1953d821250>
>>>
Querying a string field.
Expand Down

0 comments on commit 5d0c642

Please sign in to comment.