diff --git a/Documentation/pycardium/os.rst b/Documentation/pycardium/os.rst
index 325586631487d80b8658953ad5f7578bdf2ada58..7f76828331450f33f4d0494b0ac30093d7ca8280 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)