Skip to content

Commit 04901bf

Browse files
committed
Update context docs.
1 parent db9cdd2 commit 04901bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tcod/context.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ def _handle_title(title: Optional[str]) -> Any:
144144
class Context:
145145
"""Context manager for libtcod context objects.
146146
147-
You should use :any:`tcod.context.new_terminal` or
148-
:any:`tcod.context.new_window` to create a new context.
147+
Use :any:`tcod.context.new` to create a new context.
149148
"""
150149

151150
def __init__(self, context_p: Any):

0 commit comments

Comments
 (0)