Skip to content

Commit 9f3a07f

Browse files
author
BoboTiG
committed
Update documentation
1 parent 28e3534 commit 9f3a07f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ For each monitor, grab a screen shot and save it to a file.
5858
Parameters::
5959

6060
output - string - the output filename without extension
61-
screen - integer - grab one screen shot of all monitors (-1)
62-
grab one screen shot by monitor (0)
63-
grab the screen shot of the monitor $screen
61+
screen - integer - grab one screen shot of all monitors (screen=-1)
62+
grab one screen shot by monitor (screen=0)
63+
grab the screen shot of the monitor N (screen=N)
6464

6565
This is a generator which returns created files::
6666

mss.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ def save(self, output='screenshot', screen=0):
207207
208208
Parameters:
209209
- output - string - the output filename without extension
210-
- screen - integer - grab one screen shot of all monitors (-1)
211-
grab one screen shot by monitor (0)
212-
grab the screen shot of the monitor $screen
210+
- screen - int - grab one screen shot of all monitors (screen=-1)
211+
grab one screen shot by monitor (screen=0)
212+
grab the screen shot of the monitor N (screen=N)
213213
214214
This is a generator which returns created files:
215215
'screenshot-1.png',

0 commit comments

Comments
 (0)