From a6f78340649cfafe081638029380674a15c37edb Mon Sep 17 00:00:00 2001 From: Sriram Gaddam <56180112+SriramGaddam5@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:38:40 -0500 Subject: [PATCH] Update mouse functions.rst --- docs/examples/input/mouse functions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/input/mouse functions.rst b/docs/examples/input/mouse functions.rst index 36ebc124..2ce0da8d 100644 --- a/docs/examples/input/mouse functions.rst +++ b/docs/examples/input/mouse functions.rst @@ -1,5 +1,5 @@ ******** -Mouse 1D +Mouse Functions ******** .. raw:: html @@ -139,4 +139,4 @@ Click on the box and drag it across the screen. if __name__ == '__main__': - run() \ No newline at end of file + run()