Skip to content

Commit 994cd96

Browse files
committed
enhanced docstring
1 parent 95db6ab commit 994cd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rich/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,7 @@ def export_svg(
22242224
code_format: str = CONSOLE_SVG_FORMAT,
22252225
) -> str:
22262226
"""
2227-
Export terminal as an SVG.
2227+
Generate an SVG from the console contents (requires record=True in Console constructor).
22282228
22292229
Args:
22302230
path (str): The path to write the SVG to.

0 commit comments

Comments
 (0)