From 8fcf5373fc7c41e30842b56411e7260e555f95e1 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 7 Apr 2016 18:00:48 -0400 Subject: Fix extra backtick --- source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ to learn more about asking for updates to existing packages. -- cgit