Skip to content

Commit

Permalink
update docs;
Browse files Browse the repository at this point in the history
  • Loading branch information
junteudjio committed Sep 3, 2018
1 parent f1c4ae0 commit fe2310a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -80,7 +80,7 @@ Quickstart
... return sum(elements)
...
>>> #call the decorated function and see the runtime documentation printed on the terminal and saved to a file called: __main__.myadd.runtimedocs.log
>>> myadd(1, 2)
>>> myadd(1, 2, f=sum)
####################################################################################################
#calling [myadd] declared inside module [__main__]
#caller name: [runtimedocs.core]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Expand Up @@ -83,7 +83,7 @@ Quickstart
... return sum(elements)
...
>>> #call the decorated function and see the runtime documentation printed on the terminal and saved to a file called: __main__.myadd.runtimedocs.log
>>> myadd(1, 2)
>>> myadd(1, 2, f=sum)
####################################################################################################
#calling [myadd] declared inside module [__main__]
#caller name: [runtimedocs.core]
Expand Down

0 comments on commit fe2310a

Please sign in to comment.