standard name

This commit is contained in:
Martin Diehl 2022-07-26 21:55:17 +02:00
parent 11eb53d5ef
commit 44d9663ff0
1 changed files with 2 additions and 2 deletions

View File

@ -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))