summaryrefslogtreecommitdiff
path: root/shared-bindings/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/help.c')
-rw-r--r--shared-bindings/help.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/shared-bindings/help.c b/shared-bindings/help.c
index a3ae94797..cdd9a4a93 100644
--- a/shared-bindings/help.c
+++ b/shared-bindings/help.c
@@ -26,6 +26,15 @@
#include "genhdr/mpversion.h"
+//| :func:`help` - Built-in method to provide helpful information
+//| ==============================================================
+//|
+//| .. method:: help(object=None)
+//|
+//| Prints a help method about the given object. When ``object`` is none,
+//| prints general port information.
+//|
+
const char *circuitpython_help_text =
"Welcome to Adafruit CircuitPython " MICROPY_GIT_TAG "!\r\n"
"\r\n"