From 415f1cb1c7dd5fbfe21cca0c6eea2eb998bbd1a0 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 27 Jan 2020 22:49:34 -0500 Subject: Renamed locals_in_py to self_in_py This more accurately reflects what it controls --- docs/features/embedded_python_shells.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/features/embedded_python_shells.rst') diff --git a/docs/features/embedded_python_shells.rst b/docs/features/embedded_python_shells.rst index 3386e8cd..0af2f737 100644 --- a/docs/features/embedded_python_shells.rst +++ b/docs/features/embedded_python_shells.rst @@ -8,7 +8,7 @@ arguments, it enters an interactive Python session. The session can call your cmd2 application while maintaining isolation. You may optionally enable full access to to your application by setting -``locals_in_py`` to ``True``. Enabling this flag adds ``self`` to the python +``self_in_py`` to ``True``. Enabling this flag adds ``self`` to the python session, which is a reference to your Cmd2 application. This can be useful for debugging your application. -- cgit v1.2.1