Skip to content

Commit 0368716

Browse files
committed
[thebeginning] Fix a typo
Fix spell of terminal (terinal -> terminal).
1 parent 928a551 commit 0368716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/thebeginning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Using a source file
3939

4040
As a serious programmer, you might want to write the above code into a source file. Use any text editor you like to create the file called helloworld.py. I used vi. You can even use GUI based tools like `Kate <https://kate-editor.org/get-it/>`_ or `gedit <https://wiki.gnome.org/Apps/Gedit>`_.
4141

42-
Open a shell or terinal and perform these steps.
42+
Open a shell or terminal and perform these steps.
4343

4444
1. Enter the following text:
4545

0 commit comments

Comments
 (0)