Skip to content

Commit ac5e2d1

Browse files
committed
Dot
1 parent e452312 commit ac5e2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/screen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def get_style_at(self, x: int, y: int) -> Style:
264264
y: Y Coordinate.
265265
266266
Returns:
267-
Rich Style object
267+
Rich Style object.
268268
"""
269269
return self._compositor.get_style_at(x, y)
270270

0 commit comments

Comments
 (0)