From 44d9663ff008630ae84e8d1e3a6bd8ef6a800cdc Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 26 Jul 2022 21:55:17 +0200 Subject: [PATCH] standard name --- 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 f6d67fb37..610d3f88a 100644 --- a/python/damask/util.py +++ b/python/damask/util.py @@ -468,8 +468,8 @@ def shapeshifter(fro: _Tuple[int, ...], new_dims : tuple Dimensions for reshape. - Example - ------- + Examples + -------- >>> import numpy as np >>> from damask import util >>> a = np.ones((3,4,2))