diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-03-07 12:58:57 +0100 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-03-07 12:58:57 +0100 |
| commit | 4aaa0ea00864dea835161b96a75c15e8c5242744 (patch) | |
| tree | c77f420dcd489289eae300ce85722d36c2bce9d1 /shared-bindings/help.c | |
| parent | 3891dde7ffd96eff8d79d9816f49b7543ee15769 (diff) | |
shared-bindings: Do a pass on the docs and make sure keyword only arguments make sense and are documented correctly. Fixes #109
Diffstat (limited to 'shared-bindings/help.c')
| -rw-r--r-- | shared-bindings/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/help.c b/shared-bindings/help.c index ef819a366..1230fb04f 100644 --- a/shared-bindings/help.c +++ b/shared-bindings/help.c @@ -28,7 +28,7 @@ #include "shared-bindings/help.h" //| :func:`help` - Built-in method to provide helpful information -//| ======================================================== +//| ============================================================== //| //| .. method:: help(object=None) //| |
