diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-08 00:11:06 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-08 00:11:06 -0400 |
commit | 8f12d9e7948f6f89e1549ff981fb9b355c210909 (patch) | |
tree | a9163668f31f64d916684f2a7df3e0bb243b3546 | |
parent | 4437821e00919a497922c3a0af8a3dc2cd07d024 (diff) | |
download | astroconda-8f12d9e7948f6f89e1549ff981fb9b355c210909.tar.gz |
Fix wording
-rw-r--r-- | source/updating.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/updating.rst b/source/updating.rst index 6d7b9ec..2b1495c 100644 --- a/source/updating.rst +++ b/source/updating.rst @@ -9,7 +9,7 @@ packages installed in your Anaconda distribution will remain relatively static. Updating AstroConda =================== -The update procedure for AstroConda is relatively straight foward. +The update procedure for AstroConda is relatively straight forward. .. code-block:: sh @@ -26,17 +26,17 @@ Downgrading Packages ==================== Did a recent update break your code? Don't wait around for a bugfix... Keep working. For example, if a bug is introduced -into ``stsci.tool``, you can easily downgrade it to a known-good version: +into ``stsci.tools``, you can easily downgrade it to a known-good version: .. code-block:: sh $ conda search stsci.tools - . 3.4.0.git py35_6 astroconda - * 3.4.1.git py35_0 astroconda + . 3.4.0 py35_6 astroconda + * 3.4.1 py35_0 astroconda The ``*`` denotes the current version installed locally. -Now the only thing left do is tell Conda to install the previous release of the package: +Now the only thing left to do, is to tell Conda to install the previous release of the package: .. code-block:: sh |