summaryrefslogtreecommitdiffstats
path: root/docs/docsite
diff options
context:
space:
mode:
authorChris Meyers <chrismeyersfsu@users.noreply.github.com>2023-10-05 21:06:40 +0200
committerGitHub <noreply@github.com>2023-10-05 21:06:40 +0200
commit50c98a52f724f4633aacafc7cfec824f833bda95 (patch)
tree1ceceeb904203ad8ab18aa85323e67bef085d062 /docs/docsite
parentissue-14522: Add alt-text codeblock to Images for Userguide: webhooks.rst (#1... (diff)
downloadawx-50c98a52f724f4633aacafc7cfec824f833bda95.tar.xz
awx-50c98a52f724f4633aacafc7cfec824f833bda95.zip
Update setting_up.rst (#14542)
Diffstat (limited to 'docs/docsite')
-rw-r--r--docs/docsite/rst/contributor/setting_up.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/contributor/setting_up.rst b/docs/docsite/rst/contributor/setting_up.rst
index 95730e61b1..a47463437e 100644
--- a/docs/docsite/rst/contributor/setting_up.rst
+++ b/docs/docsite/rst/contributor/setting_up.rst
@@ -48,7 +48,7 @@ Install the setuptools package on Linux using pip:
::
- import setuptools
+ python3 -c 'import setuptools'
If no errors are returned, then the package was installed properly.