diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-11-09 23:35:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-09 23:35:22 -0500 |
| commit | 50f5d27c436cf71d14bf893709375e5bcf62717b (patch) | |
| tree | e44644757b48721a75d23b4794850124482f50c9 /shared-bindings/help.c | |
| parent | 97bc95183d5114ce69c9387ebd2e2aa13feb65a7 (diff) | |
| parent | d012fd155338641f1d54d68d04410a848e07319d (diff) | |
Merge pull request #1325 from tannewt/fix_overruns
Fix output overflow and make help translatable
Diffstat (limited to 'shared-bindings/help.c')
| -rw-r--r-- | shared-bindings/help.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/shared-bindings/help.c b/shared-bindings/help.c index 78301a91a..e0770ff3c 100644 --- a/shared-bindings/help.c +++ b/shared-bindings/help.c @@ -24,8 +24,6 @@ * THE SOFTWARE. */ -#include "genhdr/mpversion.h" - //| :func:`help` - Built-in method to provide helpful information //| ============================================================== //| @@ -34,12 +32,3 @@ //| Prints a help method about the given object. When ``object`` is none, //| prints general port information. //| - -// TODO(tannewt): Figure out how to translate this. Its weird because its a global string. - -const char circuitpython_help_text[] = - "Welcome to Adafruit CircuitPython " MICROPY_GIT_TAG "!\r\n" - "\r\n" - "Please visit learn.adafruit.com/category/circuitpython for project guides.\r\n" - "\r\n" - "To list built-in modules please do `help(\"modules\")`.\r\n"; |
