Skip to content

Commit 0b311d2

Browse files
committed
Prefer tcod.libtcodpy over tcod.constants.
libtcodpy is more clearly deprecated, the loose constants in tcod.constants are not recommended that's less clear when they're used.
1 parent 627f05d commit 0b311d2

File tree

4 files changed

+77
-79
lines changed

4 files changed

+77
-79
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
77
### Deprecated
88
- Deprecated using `tcod` as an implicit alias for `libtcodpy`.
99
You should use `from tcod import libtcodpy` if you want to access this module.
10-
- Deprecated constants being held in `tcod`, get these from `tcod.constants` instead.
10+
- Deprecated constants being held in `tcod`, get these from `tcod.libtcodpy` instead.
1111
- Deprecated `tcod.Console` which should be accessed from `tcod.console.Console` instead.
1212

1313
## [16.0.2] - 2023-06-02

0 commit comments

Comments
 (0)