diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-09-20 00:29:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 00:29:27 -0400 |
commit | 6ee92b86a5e357113f5f7359491559f82169e667 (patch) | |
tree | 843f24c0cead4e391d8e9fa007bdb325bc1c24c7 /source | |
parent | 26c29336f285917189397b91cce4542dcef04592 (diff) | |
download | astroconda-6ee92b86a5e357113f5f7359491559f82169e667.tar.gz |
Update releases.rst
Fix grammar
Diffstat (limited to 'source')
-rw-r--r-- | source/releases.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/releases.rst b/source/releases.rst index abc87c9..c327074 100644 --- a/source/releases.rst +++ b/source/releases.rst @@ -56,7 +56,7 @@ OS X 3.5 http://ssb.stsci.edu/conda/hstdp-2016.1/hstdp-2016.1-osx-py35. Release Schema ============== -If you wish to write shell scripts to manage your local pipeline installations, this may of interest to you: +If you wish to write shell scripts to manage your local pipeline installations, this may be of interest to you: .. code-block:: sh @@ -68,4 +68,4 @@ If you wish to write shell scripts to manage your local pipeline installations, # linux py35 2 # ^ ^ ^ - RELEASE_CHILD=$RELEASE_PARENT-$PLATFORM-$PYTHON_VERSION.$ITERATION.txt
\ No newline at end of file + RELEASE_CHILD=$RELEASE_PARENT-$PLATFORM-$PYTHON_VERSION.$ITERATION.txt |