Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 30, 2023
1 parent 80f2209 commit 6965c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex_03_generate_probe_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

print('probe0.get_contact_count()', probe0.get_contact_count())
print('probe1.get_contact_count()', probe1.get_contact_count())
print('probegroup.get_channel_count()', probegroup.get_channel_count())
print('probegroup.get_contact_count()', probegroup.get_contact_count())

##############################################################################
#  We can now plot all probes in the same axis:
Expand Down

0 comments on commit 6965c43

Please sign in to comment.