Skip to content

Commit

Permalink
correct doc
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 8, 2024
1 parent b4a5f9f commit 1a400cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def parse(
"""Implement to parse a stream of text.
Args:
on_token: Callable to report a successful parsed data type.
token_callback: Callable to report a successful parsed data type.
Yields:
ParseAwaitable: One of `self.read1` or `self.peek1`
Expand Down

0 comments on commit 1a400cc

Please sign in to comment.