From 80c31ac20efc6dcec24a39abe499dd36999925a0 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Wed, 28 Feb 2024 17:36:35 +0000 Subject: [PATCH] Add period to sentences. --- python/damask/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/damask/util.py b/python/damask/util.py index b5fc2a9d7..d6db7e28f 100644 --- a/python/damask/util.py +++ b/python/damask/util.py @@ -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 -------