Skip to content

Commit

Permalink
changelog and docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Mar 10, 2022
1 parent d72f319 commit 5d3af20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix syntax lexer guessing.
- Fixed Pretty measure not respecting expand_all https://github.com/Textualize/rich/issues/1998
- Collapsed definitions for single-character spinners, to save memory and reduce import time.
- Fix print_json indent type in **init**.py
- Fix print_json indent type in `__init__.py`
- Fix error when inspecting object defined in REPL https://github.com/Textualize/rich/pull/2037
- Fix incorrect highlighting of non-indented JSON https://github.com/Textualize/rich/pull/2038
- Fixed height reset in complex renderables https://github.com/Textualize/rich/issues/2042
Expand Down
2 changes: 1 addition & 1 deletion rich/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def update_height(self, height: int) -> "ConsoleOptions":
return options

def reset_height(self) -> "ConsoleOptions":
"""Resets the height to None.
"""Return a copy of the options with height set to ``None``.
Returns:
~ConsoleOptions: New console options instance.
Expand Down

0 comments on commit 5d3af20

Please sign in to comment.