We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34d037 commit f487667Copy full SHA for f487667
tcod/__init__.py
@@ -1,10 +1,10 @@
1
"""The fast Python port of libtcod.
2
3
-This module can be used as a drop in replacement for the official libtcodpy
4
-module.
+This module can be used as a drop in replacement for the official libtcodpy module.
5
6
-Bring any issues or feature requests to GitHub:
7
-https://github.com/libtcod/python-tcod
+Bring any issues or feature requests to GitHub: https://github.com/libtcod/python-tcod
+
+Read the documentation online: https://python-tcod.readthedocs.io/en/latest/
8
"""
9
import sys
10
import warnings
0 commit comments