Skip to content

Commit

Permalink
Update doc of basic usage
Browse files Browse the repository at this point in the history
Signed-off-by: Maira Usman <[email protected]>
  • Loading branch information
Myrausman authored Nov 30, 2023
1 parent 9f154a0 commit a17bdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/usage/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Alternatively you can use an existing Zowe CLI profile instead:
.. code-block:: python
from zowe.zos_console_for_zowe_sdk import Console
from zowe.zos_core_for_zowe_sdk import ProfileManager
from zowe.core_for_zowe_sdk import ProfileManager
# Load the profile using ProfileManager
profile = ProfileManager().load(profile_type="<profile name>")
profile = ProfileManager().load(profile_name="<profile name>")
my_console = Console(profile)

0 comments on commit a17bdb6

Please sign in to comment.