Skip to content

Commit 3304073

Browse files
committed
words
1 parent 7ae7a37 commit 3304073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rich/scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def render_scope(
2626
scope (Mapping): A mapping containing variable names and values.
2727
title (str, optional): Optional title. Defaults to None.
2828
sort_keys (bool, optional): Enable sorting of items. Defaults to True.
29-
indent_guides (bool, optional): Enable indentaton guides. Defaults to False.
29+
indent_guides (bool, optional): Enable indentation guides. Defaults to False.
3030
max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation.
3131
Defaults to None.
3232
max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to None.

0 commit comments

Comments
 (0)