提交 17712dfc authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix syntax typos.

上级 aad399a0
...@@ -162,13 +162,13 @@ class Kernel(object): ...@@ -162,13 +162,13 @@ class Kernel(object):
dictionary of flags dictionary of flags
codevar: str codevar: str
the name of the variable for the code object. the name of the variable for the code object.
(defaults to 'kcode_' + name) (defaults to `kcode_` + name)
binvar: str binvar: str
the name of the variable for the binary object. the name of the variable for the binary object.
(defaults to 'kbin_' + name) (defaults to `kbin_` + name)
objvar: str objvar: str
the name of the variable for the kernel object. the name of the variable for the kernel object.
(defaults to 'k_' + name) (defaults to `k_` + name)
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论