Skip to content

Commit

Permalink
Update python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored Dec 19, 2023
1 parent 93b03a9 commit 642b9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/software/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ python3 example_script.py
```
You start a python session by typing:
```console
$ python
$ py
```
or
```console
Expand All @@ -57,7 +57,7 @@ $ python3

The python prompt looks like this:

``` python
``` py
>>>
```
​Exit with <Ctrl-D>, "quit()" or 'exit()'.
Expand Down

0 comments on commit 642b9ca

Please sign in to comment.