Add period to sentences.

This commit is contained in:
Philip Eisenlohr 2024-02-28 17:36:35 +00:00 committed by achalhp
parent 1d19d4242c
commit 80c31ac20e
1 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ def show_progress(iterable: _Iterable,
N_iter : int, optional
Total number of iterations. Required if iterable is not a sequence.
prefix : str, optional
Prefix string. Defaults to ''
Prefix string. Defaults to ''.
bar_length : int, optional
Length of progress bar in characters. Defaults to 50.
@ -301,7 +301,7 @@ def scale_to_coprime(v: _FloatSequence,
v : sequence of float, len (:)
Vector to scale.
N_significant: int, optional
Number of significant digits to consider. Defaults to 9
Number of significant digits to consider. Defaults to 9.
Returns
-------