From 78faeaf1ccea0f3e0f20597fc916852c320c618f Mon Sep 17 00:00:00 2001 From: Al Sweigart Date: Sun, 4 Oct 2020 17:06:38 -0700 Subject: [PATCH] Get rid of trailing whitespace. --- src/pyperclip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyperclip/__init__.py b/src/pyperclip/__init__.py index ea44634..8c5329d 100644 --- a/src/pyperclip/__init__.py +++ b/src/pyperclip/__init__.py @@ -16,7 +16,7 @@ On Windows, no additional modules are needed. On Mac, the pyobjc module is used, falling back to the pbcopy and pbpaste cli commands. (These commands should come with OS X.). -On Linux, install xclip, xsel, or wl-clipboard (for "wayland" sessions) via package manager. +On Linux, install xclip, xsel, or wl-clipboard (for "wayland" sessions) via package manager. For example, in Debian: sudo apt-get install xclip sudo apt-get install xsel