sphinx fix; incorrect currentmodule ref

This commit is contained in:
sommersoft 2018-03-09 20:24:07 +00:00
parent 01471e1e22
commit f21038b913

View File

@ -29,7 +29,7 @@
#include "shared-bindings/supervisor/Runtime.h"
//TODO: add USB, REPL to description once they're operational
//| .. currentmodule:: runtime
//| .. currentmodule:: supervisor
//|
//| :class:`Runtime` --- Supervisor Runtime information
//| ----------------------------------------------------