Skip to content

Commit 5a3dcf7

Browse files
fix: update incorrect docstring for ManimConfig.gui_location property (#4254)
Co-authored-by: Francisco Manríquez Novoa <[email protected]>
1 parent c53ac55 commit 5a3dcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/_config/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ def enable_gui(self, value: bool) -> None:
14481448

14491449
@property
14501450
def gui_location(self) -> tuple[Any]:
1451-
"""Enable GUI interaction."""
1451+
"""Location parameters for the GUI window (e.g., screen coordinates or layout settings)."""
14521452
return self._d["gui_location"]
14531453

14541454
@gui_location.setter

0 commit comments

Comments
 (0)