mirror of
https://github.com/Textualize/rich.git
synced 2026-02-06 10:58:48 +00:00
Update progress.py: doc: Progress.default_columns -> Progress.get_def… (#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
This commit is contained in:
parent
e9f75c9912
commit
01d01ed5ee
@ -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)
|
||||
|
||||
@ -1113,7 +1113,7 @@ class Progress(JupyterMixin):
|
||||
|
||||
progress = Progress(
|
||||
SpinnerColumn(),
|
||||
*Progress.default_columns(),
|
||||
*Progress.get_default_columns(),
|
||||
"Elapsed:",
|
||||
TimeElapsedColumn(),
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user