From 3c9973c8b8968c64ee99de75792785a2a76463b3 Mon Sep 17 00:00:00 2001
From: Elias Werner <eliwerner3@googlemail.com>
Date: Mon, 30 Aug 2021 12:00:30 +0200
Subject: [PATCH] fix linter and spell check (hopefully)

---
 .../docs/software/data_analytics_with_python.md                 | 1 -
 doc.zih.tu-dresden.de/docs/software/distributed_training.md     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md
index 222a8ce0b..2d0708ea5 100644
--- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md
+++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md
@@ -159,4 +159,3 @@ print("%d of %d" % (comm.Get_rank(), comm.Get_size()))
 ```
 
 **TODO** verify mpi4py installation
-
diff --git a/doc.zih.tu-dresden.de/docs/software/distributed_training.md b/doc.zih.tu-dresden.de/docs/software/distributed_training.md
index ed5305532..1548afa1a 100644
--- a/doc.zih.tu-dresden.de/docs/software/distributed_training.md
+++ b/doc.zih.tu-dresden.de/docs/software/distributed_training.md
@@ -6,7 +6,7 @@
 
 TODO
 
-### Distributed Pytorch
+### Distributed PyTorch
 
 Hint: just copied some old content as starting point
 
-- 
GitLab