Skip to content

Commit

Permalink
Update progress.py: doc: Progress.default_columns -> Progress.get_def… (
Browse files Browse the repository at this point in the history
#3170)

* Update progress.py: doc: Progress.default_columns -> Progress.get_default_columns

Update progress.py: doc: 
Progress.default_columns -> Progress.get_default_columns

* Update CONTRIBUTORS.md

add bwagner (myself) to contributors
  • Loading branch information
bwagner authored Oct 27, 2023
1 parent e9f75c9 commit 01d01ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ The following people have contributed to the development of Rich:
- [Ke Sun](https://github.com/ksun212)
- [Qiming Xu](https://github.com/xqm32)
- [James Addison](https://github.com/jayaddison)
- [Pierro](https://github.com/xpierroz)
- [Pierro](https://github.com/xpierroz)
- [Bernhard Wagner](https://github.com/bwagner)
2 changes: 1 addition & 1 deletion rich/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ def get_default_columns(cls) -> Tuple[ProgressColumn, ...]:
progress = Progress(
SpinnerColumn(),
*Progress.default_columns(),
*Progress.get_default_columns(),
"Elapsed:",
TimeElapsedColumn(),
)
Expand Down

0 comments on commit 01d01ed

Please sign in to comment.