diff --git a/pystencils/enums.py b/pystencils/enums.py
index 6e9eddf24392d7e2f6d7c44856ca1362a6939878..dff190217b7b169bd2f99fc733981b293e6e5e40 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 0f4f9f05bc76949b5f335327c17d80f4405e35b4..7a7c5cf1dd763dfb61c5bf5b87bbec26a0b68a12 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
     """