Skip to content

Commit

Permalink
fix: adjust docstring in _npc_helper -> recompile!
Browse files Browse the repository at this point in the history
  • Loading branch information
jhauschild committed Oct 2, 2019
1 parent e3af68e commit b950280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tenpy/linalg/_npc_helper.pyx
Expand Up @@ -641,7 +641,7 @@ cpdef void _sliced_copy(np.ndarray dest, intp_t[::1] dest_beg, np.ndarray src, i

@cython.binding(True)
def Array_itranspose(self, axes=None):
"""Transpose axes like `np.transpose`. In place.
"""Transpose axes like `np.transpose`; in place.
Parameters
----------
Expand Down

0 comments on commit b950280

Please sign in to comment.