Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 18, 2024
1 parent 6a61419 commit 75a3349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pymmcore/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ AdapterName: TypeAlias = str
ValidAdapterName = NewType("ValidAdapterName", str)
"""Guaranteed Name of a device adapter library (discovered in the adapter search path)."""
DeviceLabel: TypeAlias = str
"""User-specific device label."""
"""User-defined device label."""
ValidDeviceLabel = NewType("ValidDeviceLabel", str)
"""Guaranteed User-specific device label."""
"""Guaranteed User-defined device label."""
DeviceName: TypeAlias = str
"""Name of a Device offered by a device adapter (defined by the device adapter)."""
ValidDeviceName = NewType("ValidDeviceName", str)
Expand Down

0 comments on commit 75a3349

Please sign in to comment.