Typos
This commit is contained in:
parent
57f882bcd5
commit
93e5bbae85
|
@ -33,7 +33,7 @@ Create a virtual environment with pipenv (will use the Pipfile for installing th
|
|||
|
||||
python3 -m venv .venv
|
||||
|
||||
then you can activate the virtual enviroment (in bash) and install the dependencies
|
||||
then you can activate the virtual environment (in bash) and install the dependencies
|
||||
|
||||
.. code:: shell
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
.. _sinus_rom:
|
||||
|
||||
Sinus rom
|
||||
Sinus ROM
|
||||
=========
|
||||
|
||||
Let's imagine that you want to generate a sine wave and also have a filtered version of it (which is completely useless in practical, but let's do it as an example).
|
||||
Let's imagine that you want to generate a sine wave and also have a filtered version of it (which is completely useless in practice, but let's do it as an example).
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
|
|
Loading…
Reference in New Issue