Skip to content

Commit 20d67b2

Browse files
NEWS: formatting [ci skip]
1 parent 98d7609 commit 20d67b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BETA FEATURES:
3030
* As an alternative to specifying the relative amount of progress, say,
3131
p(amount = 2), it is now possible to also specify the absolute amount of
3232
progress made this far, e.g. p(step = 42). Argument 'amount' has not
33-
effect when argument 'step' is specfied. WARNING: Argument `step` should
33+
effect when argument 'step' is specfied. WARNING: Argument 'step' should
3434
only be used when in full control of the order when this progression
3535
condition is signaled. For example, it must not be signaled as one of many
3636
parallel progress updates signaled concurrently, because we cannot guarantee
@@ -438,7 +438,7 @@ NEW FEATURES:
438438
signal "done" as soon as the last step has been reached.
439439

440440
* Made 'amount' the first argument of progressors to avoid having to specify
441-
it by name if progressing with an amount than the default `amount = 1.0`.
441+
it by name if progressing with an amount than the default 'amount = 1.0'.
442442

443443
* Add argument 'clear' to control whether progress reporter should clear
444444
its output upon completion. The default is to do this, where supported.

0 commit comments

Comments
 (0)