Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Aug 27, 2024
1 parent 3a396c9 commit eb6c508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epics/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def __repr__(self):
pref = self._prefix
if pref.endswith('.'):
pref = pref[:-1]
return f"<Device '{pref}', len(self._pvs) attributes>"
return f"<Device '{pref}', {len(self._pvs)} attributes>"


def pv_property(attr, as_string=False, wait=False, timeout=10.0):
Expand Down

0 comments on commit eb6c508

Please sign in to comment.