Skip to content

Commit

Permalink
docs: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Dec 30, 2023
1 parent c97d085 commit e4df366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Assume we need a CLI application which output is modulated by arguments:
$ ./greet.py John
Hello John!
Let's start with a simple function::
Let's start with a simple function:

.. code-block:: python
def main(name: str = "unknown user") -> str:
return f"Hello {name}!"
Now make it a CLI command::
Now make it a CLI command:

.. code-block:: python
Expand Down

0 comments on commit e4df366

Please sign in to comment.