diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst index 861c3f97..1f5e1625 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -5,7 +5,7 @@ These pages document the public API for ``cmd2``. If a method, class, function, attribute, or constant is not documented here, consider it private and subject to change. There are many classes, methods, functions, and constants in the source code which do not begin with an underscore but are not documented here. -When looking at the source code for this library, you can not safely assume +When looking at the source code for this library, you cannot safely assume that because something doesn't start with an underscore, it is a public API. If a release of this library changes any of the items documented here, the |