mirror of https://github.com/Textualize/rich.git
doc typo
This commit is contained in:
parent
6dc2c6e464
commit
f7a66d7d44
|
@ -55,7 +55,7 @@ For complete control over how a custom object is rendered to the terminal, you c
|
|||
class MyObject:
|
||||
def __console__(self, console: Console, options: ConsoleOptions) -> RenderResult:
|
||||
yield Segment("My", "magenta")
|
||||
yield Segment("Object", green")
|
||||
yield Segment("Object", "green")
|
||||
yield Segment("()", "cyan")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue