summaryrefslogtreecommitdiff
path: root/docs/integrating.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/integrating.rst')
-rw-r--r--docs/integrating.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/integrating.rst b/docs/integrating.rst
index a8377fdb..aeb8ceca 100644
--- a/docs/integrating.rst
+++ b/docs/integrating.rst
@@ -128,9 +128,7 @@ the main loop for the program by using code like the following::
app.postloop()
The **runcmds_plus_hooks()** method is a convenience method to run multiple
-commands via **onecmd_plus_hooks()**. It properly deals with ``load`` commands
-which under the hood put commands in a FIFO queue as it reads them in from a
-script file.
+commands via **onecmd_plus_hooks()**.
The **onecmd_plus_hooks()** method will do the following to execute a single
``cmd2`` command in a normal fashion: