summaryrefslogtreecommitdiff
path: root/shared-bindings/supervisor
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2018-03-09 21:00:15 +0000
committersommersoft <sommersoft@gmail.com>2018-03-09 21:00:15 +0000
commit2569b33c84e59476d1cb5451b04c340a19f01d91 (patch)
treea1b940fcf8a4835999bd25aa56f16b2916d51fcb /shared-bindings/supervisor
parentf21038b91315589d716058416de6a10b82d5f9f5 (diff)
1 more sphinx fix; added '.. class::' constructor
Diffstat (limited to 'shared-bindings/supervisor')
-rwxr-xr-xshared-bindings/supervisor/Runtime.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/shared-bindings/supervisor/Runtime.c b/shared-bindings/supervisor/Runtime.c
index c6dff8f28..9d39c40ed 100755
--- a/shared-bindings/supervisor/Runtime.c
+++ b/shared-bindings/supervisor/Runtime.c
@@ -43,6 +43,12 @@
//| print("Hello World!")
//|
+//| .. class:: Runtime()
+//|
+//| You cannot create an instance of `supervisor.Runtime`.
+//| Use `supervisor.runtime` to access the sole instance available.
+//|
+
//| .. attribute:: runtime.serial_connected
//|
//| Returns the serial communication status (read-only)