diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-21 15:38:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-21 15:38:16 -0400 |
commit | 49c30e0776460abcbf46e5e85ebf3c982fb64e89 (patch) | |
tree | 3313afaca7b43a5ad1395e9e6ee28e48899731ff | |
parent | 67da9e315edb47004a92888fa71d2d70ac462727 (diff) | |
download | astroconda-49c30e0776460abcbf46e5e85ebf3c982fb64e89.tar.gz |
Fix missing newline
-rw-r--r-- | source/whatis.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/whatis.rst b/source/whatis.rst index a07f2c9..f63469b 100644 --- a/source/whatis.rst +++ b/source/whatis.rst @@ -21,6 +21,7 @@ will be provided by STScI by emailing `help@stsci.edu <mailto:help@stsci.edu>`_. ~~~~~~~~~~~~~~~~~~ General Disclaimer ~~~~~~~~~~~~~~~~~~ + :: THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' @@ -34,4 +35,5 @@ General Disclaimer ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE.
\ No newline at end of file + SUCH DAMAGE. + |