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 db9cdd2 commit 04901bfCopy full SHA for 04901bf
tcod/context.py
@@ -144,8 +144,7 @@ def _handle_title(title: Optional[str]) -> Any:
144
class Context:
145
"""Context manager for libtcod context objects.
146
147
- You should use :any:`tcod.context.new_terminal` or
148
- :any:`tcod.context.new_window` to create a new context.
+ Use :any:`tcod.context.new` to create a new context.
149
"""
150
151
def __init__(self, context_p: Any):
0 commit comments