Skip to content

Commit df102d6

Browse files
committed
Better visualization of cells
1 parent 08df3d6 commit df102d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pyrepl/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class RenderCell:
2929
A screen row like ``>>> def`` is a sequence of cells::
3030
3131
> > > d e f
32-
╰──┴──╯ styled with keyword SGR escape
32+
╰─╯╰─╯╰─╯╰─╯╰─╯╰─╯╰─╯
3333
"""
3434

3535
text: str

0 commit comments

Comments
 (0)