From 91eeecfbf31d407b46874faf44cd96f4562581fd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 23 Oct 2023 22:26:06 +0200 Subject: [PATCH] docs: Fix command reference for 'apdu' command This fixes the below error during build of the documentation: pysim/docs/shell.rst:349: ERROR: "" has no attribute "apdu_cmd_parser" Change-Id: If89b66a45ea18b5a3fc56bf77b05e679463da5a8 --- docs/shell.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shell.rst b/docs/shell.rst index 73b988ae..dea0bb4d 100644 --- a/docs/shell.rst +++ b/docs/shell.rst @@ -342,7 +342,7 @@ apdu ~~~~ .. argparse:: :module: pySim-shell - :func: PySimCommands.apdu_cmd_parser + :func: PysimApp.apdu_cmd_parser