diff options
-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 |