asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Fixing a typo in screenshot.rst #708

Closed PMiszczak closed 2 years ago

PMiszczak commented 2 years ago

While executing existing code from docs, I suffered a syntax error. I believe that in line 95 after declaring for loop there should be a colon at the end of the line.