We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae7a37 commit 3304073Copy full SHA for 3304073
rich/scope.py
@@ -26,7 +26,7 @@ def render_scope(
26
scope (Mapping): A mapping containing variable names and values.
27
title (str, optional): Optional title. Defaults to None.
28
sort_keys (bool, optional): Enable sorting of items. Defaults to True.
29
- indent_guides (bool, optional): Enable indentaton guides. Defaults to False.
+ indent_guides (bool, optional): Enable indentation guides. Defaults to False.
30
max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation.
31
Defaults to None.
32
max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to None.
0 commit comments