From f5f7e214e37e4d87dee99368995039c081fc3728 Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:33:04 +0530 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d278703..c6d4236 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Add widgets to the `frame` attribute of a `ScrollableFrameTk` object. * Scrolling the mouse wheel while holding down Shift or swiping horizontally with two fingers on the touchpad triggers a horizontal scroll. * Horizontally centres the contents if the window is wider. -* Reserves all space for child widgets in the window. +* Reserves all space in the window for child widgets. * The scrollbars do not take up any space. When scrolling or moving the cursor into the window, they are shown briefly, and then hidden.