1 more sphinx fix; added '.. class::' constructor

This commit is contained in:
sommersoft 2018-03-09 21:00:15 +00:00
parent f21038b913
commit 2569b33c84

View File

@ -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)