提交 2bbb2820 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor typo fix

上级 f74c3a71
...@@ -886,8 +886,8 @@ def _lessbroken_deepcopy(a): ...@@ -886,8 +886,8 @@ def _lessbroken_deepcopy(a):
""" """
:param a: any object :param a: any object
Returns a copy of `a` that shares no internal storage with the original. Returns a copy of `a` that shares no internal storage with the original
A deep copy. (a deep copy).
This function handles numpy arrays specially, because copy.deepcopy() This function handles numpy arrays specially, because copy.deepcopy()
called on a 0-d array will return a numpy scalar, not an array. called on a 0-d array will return a numpy scalar, not an array.
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论