Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There's a helper in the library for identifying the first serial port that is a

import pypozyx

print(pypozyx.get_first_pozyx_serial_port())
print(get_first_pozyx_serial_port())

Or from the command line

Expand Down