diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-17 00:56:36 -0700 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-17 00:56:36 -0700 |
| commit | b3e6625001e64a2516eba33ca526d45e25d1ca5f (patch) | |
| tree | 5122cbcb51f07348e0a7ec1313cd25551846d55d /CONTRIBUTING.md | |
| parent | 7bad93fbe4214a767f7dc92dc9ee5958f4bb379c (diff) | |
| download | cmd2-git-b3e6625001e64a2516eba33ca526d45e25d1ca5f.tar.gz | |
Fix documentation which referred to a single/one source file
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7eba2fa..e0cbd57b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -236,7 +236,7 @@ This bit is up to you! #### How to find the code in the cmd2 codebase to fix/edit? The cmd2 project directory structure is pretty simple and straightforward. All actual code for cmd2 -is located in a single file, `cmd2.py`. The code to generate the documentation is in the `docs` directory. Unit tests are in the `tests` directory. The `examples` directory contains examples of how +is located underneath the `cmd2` directory. The code to generate the documentation is in the `docs` directory. Unit tests are in the `tests` directory. The `examples` directory contains examples of how to use cmd2. There are various other files in the root directory, but these are primarily related to continuous integration and to release deployment. |
