Skip to content

Commit c127ace

Browse files
committed
docs/library/machine.RTC.rst: Fix typo.
1 parent 35a1fea commit c127ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/machine.RTC.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Methods
3838

3939
Resets the RTC to the time of January 1, 2015 and starts running it again.
4040

41-
.. method:: RTC.alarm(id, time, /*, repeat=False)
41+
.. method:: RTC.alarm(id, time, \*, repeat=False)
4242

4343
Set the RTC alarm. Time might be either a millisecond value to program the alarm to
4444
current time + time_in_ms in the future, or a datetimetuple. If the time passed is in

0 commit comments

Comments
 (0)