summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-17 00:56:36 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-17 00:56:36 -0700
commitb3e6625001e64a2516eba33ca526d45e25d1ca5f (patch)
tree5122cbcb51f07348e0a7ec1313cd25551846d55d /docs
parent7bad93fbe4214a767f7dc92dc9ee5958f4bb379c (diff)
downloadcmd2-git-b3e6625001e64a2516eba33ca526d45e25d1ca5f.tar.gz
Fix documentation which referred to a single/one source file
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst
index be7c61dd..6baf4078 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -88,10 +88,10 @@ This will also install the required 3rd-party dependencies.
Deploy cmd2.py with your project
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-``cmd2`` is contained in only one Python file (**cmd2.py**), so it can be easily copied into your project. *The
+``cmd2`` is contained in a small number of Python files, which can be easily copied into your project. *The
copyright and license notice must be retained*.
-This is an option suitable for advanced Python users. You can simply include this file within your project's hierarchy.
+This is an option suitable for advanced Python users. You can simply include the files within your project's hierarchy.
If you want to modify ``cmd2``, this may be a reasonable option. Though, we encourage you to use stock ``cmd2`` and
either composition or inheritance to achieve the same goal.