summaryrefslogtreecommitdiff
path: root/source/faq.rst
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-04-07 18:00:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-04-07 18:00:48 -0400
commit8fcf5373fc7c41e30842b56411e7260e555f95e1 (patch)
tree4e7638208ed53369f5b46bd27ea731c9043d0343 /source/faq.rst
parent0353cec4510a618c833a35156f793f5bdd38d797 (diff)
downloadastroconda-8fcf5373fc7c41e30842b56411e7260e555f95e1.tar.gz
Fix extra backtick
Diffstat (limited to 'source/faq.rst')
-rw-r--r--source/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/faq.rst b/source/faq.rst
index 6ac14fa..43ce281 100644
--- a/source/faq.rst
+++ b/source/faq.rst
@@ -27,7 +27,7 @@ Updates to (STScI) software will be released as bugs are identified and squashed
"releases" (i.e. a set of software used by our internal pipelines). After installing a release it is then possible to upgrade to the latest
out-of-band packages by simply running:
-```conda update -n astroconda --all```
+``conda update -n astroconda --all``
Non-STScI software will be upgraded on an as-needed basis. See the `Contibuting Guide <contributing.html>`_ to learn more about asking
for updates to existing packages.