diff options
author | Zachary Blackwood <zachary@streamlit.io> | 2022-11-01 10:09:13 -0400 |
---|---|---|
committer | Zachary Blackwood <zachary@streamlit.io> | 2022-11-01 10:09:13 -0400 |
commit | 1a5df2cdb737f1c296aab4f3f68d2d77948f59f2 (patch) | |
tree | 6e9f8b12fb7ffc4f2bf069dccf09d5e01b9c4921 | |
parent | a4d95e6462da1ae4d91084c7d5d75883b1911a87 (diff) | |
download | numpy-1a5df2cdb737f1c296aab4f3f68d2d77948f59f2.tar.gz |
Switch to code block
-rw-r--r-- | doc/source/user/troubleshooting-importerror.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/troubleshooting-importerror.rst b/doc/source/user/troubleshooting-importerror.rst index 9a9718dab..2227d7b07 100644 --- a/doc/source/user/troubleshooting-importerror.rst +++ b/doc/source/user/troubleshooting-importerror.rst @@ -178,8 +178,8 @@ the maintainers of the package that is causing problem so that they can solve the problem properly. However, while you wait for a solution, a work around -that usually works is to upgrade the NumPy version: +that usually works is to upgrade the NumPy version:: - ``pip install numpy --upgrade`` + pip install numpy --upgrade |