Skip to content
Snippets Groups Projects
Commit c952f9db authored by Markus Holzer's avatar Markus Holzer
Browse files

Fix typos

parent 28412c1d
No related branches found
No related tags found
No related merge requests found
Pipeline #35282 passed
......@@ -26,7 +26,7 @@ class Backend(Enum):
"""
C = auto()
"""
Use the CBackend of pystencils.
Use the C Backend of pystencils.
"""
LLVM = auto()
r"""
......
......@@ -90,7 +90,7 @@ class CreateKernelConfig:
"""
use_auto_for_assignments: bool = False
"""
If set to `True`, auto can be used in the generated code for data types. This makes the Type system more robust.
If set to `True`, auto can be used in the generated code for data types. This makes the type system more robust.
"""
opencl_queue: Any = None
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment