From 28859ef6c4e34c7b22b45fb0fd42785f6ad092c7 Mon Sep 17 00:00:00 2001
From: Richard Angersbach <richard.angersbach@fau.de>
Date: Tue, 18 Feb 2025 15:50:08 +0100
Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s)

Co-authored-by: Richard Angersbach <richard.angersbach@fau.de>
---
 docs/source/backend/gpu_codegen.md | 2 +-
 docs/source/backend/platforms.md   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/backend/gpu_codegen.md b/docs/source/backend/gpu_codegen.md
index 2e3709b24..1082669e6 100644
--- a/docs/source/backend/gpu_codegen.md
+++ b/docs/source/backend/gpu_codegen.md
@@ -76,7 +76,7 @@ the `ManualLaunchConfiguration` requires the user to manually specifiy both grid
 The `evaluate` method can only be used from within a Python runtime environment.
 When exporting pystencils CUDA kernels for external use in C++ projects,
 equivalent C++ code evaluating the launch config must be generated.
-This is the task of, e..g., [pystencils-sfg](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg/).
+This is the task of, e.g., [pystencils-sfg](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg/).
 
 
 ```{eval-rst}
diff --git a/docs/source/backend/platforms.md b/docs/source/backend/platforms.md
index 2a0df48ed..e7ffc6f15 100644
--- a/docs/source/backend/platforms.md
+++ b/docs/source/backend/platforms.md
@@ -1,7 +1,7 @@
 # Platforms
 
 All target-specific code generation in the pystencils backend is facilitated
-through  the *platform classes*.
+through the *platform classes*.
 This includes:
 
  - Materialization of the iteration space, meaning the mapping of iteration space points to some indexing structure
-- 
GitLab