From 5083858f0664055c7f0b0c82222fc9ff869aa9bc Mon Sep 17 00:00:00 2001
From: Rahix <rahix@rahix.de>
Date: Wed, 21 Aug 2019 22:36:39 +0200
Subject: [PATCH] docs: Fix os documentation

Signed-off-by: Rahix <rahix@rahix.de>
---
 Documentation/pycardium/os.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/pycardium/os.rst b/Documentation/pycardium/os.rst
index 325586631..7f7682833 100644
--- a/Documentation/pycardium/os.rst
+++ b/Documentation/pycardium/os.rst
@@ -2,7 +2,8 @@
 
 ``os`` - OS Functions
 =====================
-The ``os`` module allows access to a few core functionalities of Epicardium and functions found in CPythons ``os`` module.
+The ``os`` module allows access to a few core functionalities of Epicardium and
+functions found in CPythons ``os`` module.
 
 CPython-Like
 ------------
@@ -29,8 +30,8 @@ CPython-Like
    :returns: ``bytes()`` object with ``n`` random bytes.
 
 
-Epicardium-Specific
--------------------
+Card10-Specific
+---------------
 
 .. py:function:: exit(ret = None)
 
-- 
GitLab