Skip to content

Commit 470e4b2

Browse files
committed
updated screenshot param info
1 parent a5837ee commit 470e4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/core/computer/display/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def screenshot(
8383
):
8484
"""
8585
Shows you what's on the screen by taking a screenshot of the entire screen or a specified quadrant. Returns a `pil_image` `in case you need it (rarely). **You almost always want to do this first!**
86-
:param all_screens: If True, take a screenshot of primary and secondary displays.
86+
:param screen: specify which display; 0 for primary and 1 and above for secondary.
8787
:param combine_screens: If True, a collage of all display screens will be returned. Otherwise, a list of display screens will be returned.
8888
"""
8989
if not self.computer.emit_images and force_image == False:

0 commit comments

Comments
 (0)