From c952f9db2e98640d379e622cb6df50a385677d77 Mon Sep 17 00:00:00 2001 From: Markus Holzer <markus.holzer@fau.de> Date: Tue, 2 Nov 2021 21:29:24 +0100 Subject: [PATCH] Fix typos --- pystencils/enums.py | 2 +- pystencils/kernelcreation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pystencils/enums.py b/pystencils/enums.py index 6e9eddf2..dff19021 100644 --- a/pystencils/enums.py +++ b/pystencils/enums.py @@ -26,7 +26,7 @@ class Backend(Enum): """ C = auto() """ - Use the CBackend of pystencils. + Use the C Backend of pystencils. """ LLVM = auto() r""" diff --git a/pystencils/kernelcreation.py b/pystencils/kernelcreation.py index 0f4f9f05..7a7c5cf1 100644 --- a/pystencils/kernelcreation.py +++ b/pystencils/kernelcreation.py @@ -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 """ -- GitLab