提交 f6d9ff0f authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fixes

上级 918c1cdc
...@@ -486,12 +486,11 @@ Output Guard ...@@ -486,12 +486,11 @@ Output Guard
============ ============
We have an internal Op called OutputGuard. It is used for some We have an internal Op called OutputGuard. It is used for some
verification of inplace/view Op. It have a c implementation that verification of inplace/view Ops. It has a C implementation that
increment/decrement Python reference counts. If your type represent an increments/decrements Python reference counts. If your type represents a
Python object, OutputGuard c code should work with your type. You must Python object, OutputGuard C code should work with your type. You must
tell OutputGuard to generate c code when working with your tell OutputGuard to generate C code when working with your
type. Otherwise, it will use python code. You tell him by executing type, as otherwise it will use Python code. You can achieve this with:
this:
.. code-block:: python .. code-block:: python
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论