Skip to content

Commit f487667

Browse files
committed
Link to the online docs from the tcod package docstring.
1 parent c34d037 commit f487667

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tcod/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""The fast Python port of libtcod.
22
3-
This module can be used as a drop in replacement for the official libtcodpy
4-
module.
3+
This module can be used as a drop in replacement for the official libtcodpy module.
54
6-
Bring any issues or feature requests to GitHub:
7-
https://github.com/libtcod/python-tcod
5+
Bring any issues or feature requests to GitHub: https://github.com/libtcod/python-tcod
6+
7+
Read the documentation online: https://python-tcod.readthedocs.io/en/latest/
88
"""
99
import sys
1010
import warnings

0 commit comments

Comments
 (0)