From d9677f36fe486e86bb86f2cd59cb7fc3804bdac1 Mon Sep 17 00:00:00 2001 From: Xtreak Date: Mon, 3 Jun 2019 09:51:15 +0530 Subject: IDLE: Fix typos in docs and comments (GH-13749) --- Lib/idlelib/squeezer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/squeezer.py') diff --git a/Lib/idlelib/squeezer.py b/Lib/idlelib/squeezer.py index 869498d753..032401f2ab 100644 --- a/Lib/idlelib/squeezer.py +++ b/Lib/idlelib/squeezer.py @@ -6,7 +6,7 @@ Worse, this can cause IDLE to become very slow, even to the point of being completely unusable. This extension will automatically replace long texts with a small button. -Double-cliking this button will remove it and insert the original text instead. +Double-clicking this button will remove it and insert the original text instead. Middle-clicking will copy the text to the clipboard. Right-clicking will open the text in a separate viewing window. -- cgit v1.2.1