Skip to content

Commit 52a0a49

Browse files
committed
update docstring
1 parent 7afd619 commit 52a0a49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unpythonic/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# -*- coding: utf-8 -*
2-
"""Python meets (selected parts of) Lisp and Haskell.
2+
"""Supercharge your Python with parts of Lisp and Haskell.
33
44
See ``dir(unpythonic)`` and submodule docstrings for more.
5+
6+
If you have MacroPy installed, see also ``unpythonic.syntax``.
57
"""
68

79
__version__ = '0.12.0'

0 commit comments

Comments
 (0)