Skip to content

Commit

Permalink
update changes.rst, fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed May 2, 2018
1 parent c8f1ee5 commit abb05cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pydl/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyDL Changelog

* Support the ``firstField`` bit in ObjIDs from DR7 and earlier (Issue `#37`_).
* Change tests of Astropy development version from Python 2 to Python 3.
* Update to `astropy_helpers`_/v2.0.2.
* Update to `astropy_helpers`_/v2.0.6.

.. _`#37`: https://github.com/weaverba137/pydl/issues/37.

Expand Down
2 changes: 1 addition & 1 deletion pydl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class UnsupportedPythonError(Exception):
pass

if sys.version_info < tuple((int(val) for val in "2.7".split('.'))):
raise UnsupportedPythonError("packagename does not support Python < {}".format(2.7))
raise UnsupportedPythonError("PyDL does not support Python < {}".format(2.7))

if not _ASTROPY_SETUP_:
# For egg_info test builds to pass, put package imports here.
Expand Down

0 comments on commit abb05cc

Please sign in to comment.