Skip to content

Commit 01d01ed

Browse files
authored
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
1 parent e9f75c9 commit 01d01ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ The following people have contributed to the development of Rich:
7070
- [Ke Sun](https://github.com/ksun212)
7171
- [Qiming Xu](https://github.com/xqm32)
7272
- [James Addison](https://github.com/jayaddison)
73-
- [Pierro](https://github.com/xpierroz)
73+
- [Pierro](https://github.com/xpierroz)
74+
- [Bernhard Wagner](https://github.com/bwagner)

rich/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ def get_default_columns(cls) -> Tuple[ProgressColumn, ...]:
11131113
11141114
progress = Progress(
11151115
SpinnerColumn(),
1116-
*Progress.default_columns(),
1116+
*Progress.get_default_columns(),
11171117
"Elapsed:",
11181118
TimeElapsedColumn(),
11191119
)

0 commit comments

Comments
 (0)