summaryrefslogtreecommitdiff
path: root/docs/transcript.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-02-27 08:53:34 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-02-27 08:53:34 -0500
commitc46e0a690ce9ad72e2c6e3e6f06d63df3261f833 (patch)
tree82bd24661826b2fa5e6c4db4c307f588e54ceb23 /docs/transcript.rst
parent2ebaf978db5eed1223ae325e1c99d2c3358f1992 (diff)
downloadcmd2-git-c46e0a690ce9ad72e2c6e3e6f06d63df3261f833.tar.gz
Changed pipeing to piping
Diffstat (limited to 'docs/transcript.rst')
-rw-r--r--docs/transcript.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/transcript.rst b/docs/transcript.rst
index 184f129d..36b35fcf 100644
--- a/docs/transcript.rst
+++ b/docs/transcript.rst
@@ -29,7 +29,7 @@ This is by far the easiest way to generate a transcript.
.. warning::
Make sure you use the **poutput()** method in your ``cmd2`` application for generating command output. This method
- of the ``cmd2.Cmd`` class ensure that output is properly redirected when redirecting to a file, pipeing to a shell
+ of the ``cmd2.Cmd`` class ensure that output is properly redirected when redirecting to a file, piping to a shell
command, and when generating a transcript.
Manually