From ec62956d13deaa09ff8f1f4d0a61bd5081eb2f80 Mon Sep 17 00:00:00 2001 From: Marin Date: Tue, 9 Jul 2019 22:01:08 +0200 Subject: [PATCH] Fix wording in the QCSuper architecture documentation --- docs/QCSuper architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/QCSuper architecture.md b/docs/QCSuper architecture.md index 79d92d8..35d721d 100644 --- a/docs/QCSuper architecture.md +++ b/docs/QCSuper architecture.md @@ -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.