You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interpreter/core/computer/display/display.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ def screenshot(
83
83
):
84
84
"""
85
85
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.
87
87
:param combine_screens: If True, a collage of all display screens will be returned. Otherwise, a list of display screens will be returned.
0 commit comments