From 3e2b901a7282398995efacc3ffb13ce6719b2dc3 Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 20 Sep 2021 18:49:12 +0200 Subject: [PATCH] change Docstring to match Info in README.md --- prnt.sc_link_generator.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prnt.sc_link_generator.py b/prnt.sc_link_generator.py index eca1184..0abaa31 100644 --- a/prnt.sc_link_generator.py +++ b/prnt.sc_link_generator.py @@ -5,11 +5,11 @@ import string import webbrowser """ -prnt.sc is a web frontend for a third-party screenshot software -that automatically uploads the users screenshot and returns a url to the image to the clipboard -so that users can share their screenshot via the url with other people +prnt.sc is a web frontend for third-party screenshot software +that automatically uploads the user's screenshot and returns a url of the image to the clipboard +so that users can share their screenshot with others via the url. -This is a url generator that takes advantage of the url scheme to search randomly through the uploaded images +This is a generator that uses the url scheme to randomly search the uploaded images. """ NUMBER_OF_LINKS_TO_GENERATE = 5 # generates X urls at a time