From e7c5096129a1b7fd57fb942882dc5491da4b1dbd Mon Sep 17 00:00:00 2001 From: Alex Golec Date: Sun, 21 Jul 2024 21:11:41 -0700 Subject: [PATCH] another typo (#165) --- docs/help.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/help.rst b/docs/help.rst index cb1f781..c5b2401 100644 --- a/docs/help.rst +++ b/docs/help.rst @@ -37,7 +37,7 @@ In addition to your code, it would really help if you shared: 2. Your ``schwab-py`` version. You can see this by executing ``print(schwab.__version__)`` in a python shell. Make sure you're using the most recent version *before* asking for help. You can ensure this - using ``pip install --upgrade schwab-py` + using ``pip install --upgrade schwab-py`` 3. The full stack trace and error message. Descriptions of errors will be met with requests to provide more information.