Skip to content

Commit

Permalink
Fix wording in the QCSuper architecture documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-mmr committed Jul 9, 2019
1 parent 20895c1 commit ec62956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QCSuper architecture.md
Expand Up @@ -56,7 +56,7 @@ When using the interactive prompt (`--cli`), the moment where the `on_init` call

### Inputs API

A module is a Python class which may expose different methods:
An input is a Python class which may expose different methods:

* `__init__`: will optionally receive arguments from the command line or interactive prompt (passed in sequence from the entry point `qcsuper.py`).
* `send_request`: this function will be called when a module wants to send a Diag request packet.
Expand Down

0 comments on commit ec62956

Please sign in to comment.