We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afd619 commit 52a0a49Copy full SHA for 52a0a49
unpythonic/__init__.py
@@ -1,7 +1,9 @@
1
# -*- coding: utf-8 -*
2
-"""Python meets (selected parts of) Lisp and Haskell.
+"""Supercharge your Python with parts of Lisp and Haskell.
3
4
See ``dir(unpythonic)`` and submodule docstrings for more.
5
+
6
+If you have MacroPy installed, see also ``unpythonic.syntax``.
7
"""
8
9
__version__ = '0.12.0'
0 commit comments