提交 62f54aa9 authored 作者: Frederic's avatar Frederic

more typo fixes

上级 e311d33a
......@@ -347,8 +347,8 @@ remove = Remove()
:param toRemove: an element to be removed from the typed list.
We only remove the first instance.
:note: Python implementation of remove don't work when we want to
remove an ndarray from a list. This implementation work in that
:note: Python implementation of remove doesn't work when we want to
remove an ndarray from a list. This implementation works in that
case.
"""
......@@ -481,8 +481,8 @@ Count the number of time an element is in the typed list.
:param elem: The element we want to count in list.
The element are compared with equals.
:note: Python implementation of count don't work when we want to
count an ndarray from a list. This implementation work in that
:note: Python implementation of count doesn't work when we want to
count an ndarray from a list. This implementation works in that
case.
"""
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论