Skip to content

Commit 61c2473

Browse files
docstring update
1 parent a27c9a4 commit 61c2473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/progress_bar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ def __init__(
209209
210210
When sampling, Step classes are responsible for computing and exposing statistics that can be reported on
211211
progress bars. Each Step implements two class methods: :meth:`pymc.step_methods.BlockedStep._progressbar_config`
212-
and :meth:`pymc.step_methods.BlockedStep._make_update_stats_function`. `_progressbar_config` reports which
213-
columns should be displayed on the progress bar, and `_make_update_stats_function` computes the statistics
212+
and :meth:`pymc.step_methods.BlockedStep._make_progressbar_update_functions`. `_progressbar_config` reports which
213+
columns should be displayed on the progress bar, and `_make_progressbar_update_functions` computes the statistics
214214
that will be displayed on the progress bar.
215215
216216
Parameters

0 commit comments

Comments
 (0)