Skip to content
Snippets Groups Projects
Verified Commit 5083858f authored by rahix's avatar rahix
Browse files

docs: Fix os documentation


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 19adf1f3
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
``os`` - OS Functions ``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 CPython-Like
------------ ------------
...@@ -29,8 +30,8 @@ CPython-Like ...@@ -29,8 +30,8 @@ CPython-Like
:returns: ``bytes()`` object with ``n`` random bytes. :returns: ``bytes()`` object with ``n`` random bytes.
Epicardium-Specific Card10-Specific
------------------- ---------------
.. py:function:: exit(ret = None) .. py:function:: exit(ret = None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment