提交 736ef675 authored 作者: Frederic's avatar Frederic

Fix warning during document generation.

上级 7c57ca3e
...@@ -924,15 +924,15 @@ The bitwise operators possess this interface: ...@@ -924,15 +924,15 @@ The bitwise operators possess this interface:
.. function:: bitwise_and(a, b) .. function:: bitwise_and(a, b)
Alias for and_. bitwise_and is the numpy name. Alias for `and_`. bitwise_and is the numpy name.
.. function:: bitwise_or(a, b) .. function:: bitwise_or(a, b)
Alias for or_. bitwise_or is the numpy name. Alias for `or_`. bitwise_or is the numpy name.
.. function:: bitwise_xor(a, b) .. function:: bitwise_xor(a, b)
Alias for xor_. bitwise_xor is the numpy name. Alias for `xor_`. bitwise_xor is the numpy name.
.. function:: bitwise_not(a, b) .. function:: bitwise_not(a, b)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论