Skip to content

Commit 218159b

Browse files
authored
Merge pull request #128 from sourcebots/BitBait-patch-1
Changed r.power_board.wait_start() to r.wait_start()
2 parents bc6e9d8 + 4df826c commit 218159b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api/power-board.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ the start.
102102

103103
.. code:: python
104104
105-
r.power_board.wait_start()
105+
r.wait_start()
106106
107107
This may be useful for debugging, but be sure to remove it in the
108108
competition, as you won't be allowed to touch the start button after a match has begun!

0 commit comments

Comments
 (0)