Skip to content

Commit 2569b33

Browse files
committed
1 more sphinx fix; added '.. class::' constructor
1 parent f21038b commit 2569b33

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

shared-bindings/supervisor/Runtime.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
//| print("Hello World!")
4444
//|
4545

46+
//| .. class:: Runtime()
47+
//|
48+
//| You cannot create an instance of `supervisor.Runtime`.
49+
//| Use `supervisor.runtime` to access the sole instance available.
50+
//|
51+
4652
//| .. attribute:: runtime.serial_connected
4753
//|
4854
//| Returns the serial communication status (read-only)

0 commit comments

Comments
 (0)