Skip to content

Commit

Permalink
Fix version command doc truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuhs committed Sep 13, 2019
1 parent 417d109 commit 8afa7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.rst
Expand Up @@ -30,8 +30,6 @@ security analysis API. It's main purpose is to demonstrate how advanced features
What is MythX?
--------------



MythX is a security analysis API that allows anyone to create purpose-built security tools for smart
contract developers. Tools built on MythX integrate seamlessly into the development environments and
continuous integration pipelines used throughout the Ethereum ecosystem.
Expand Down
3 changes: 2 additions & 1 deletion mythx_cli/cli.py
Expand Up @@ -291,7 +291,8 @@ def report(ctx, uuids):
@cli.command()
@click.pass_obj
def version(ctx):
"""Display API version information
"""Display API version information.
\f
:param ctx: Click context holding group-level parameters
:return:
Expand Down

0 comments on commit 8afa7b3

Please sign in to comment.