From 857ec724cbaaec06492a1b4ab5a45c6327866626 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafael=20L=C3=A1szl=C3=B3?= <rlacko99@gmail.com>
Date: Tue, 9 Mar 2021 13:51:14 +0100
Subject: [PATCH] command typo

---
 guide/06_modules.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guide/06_modules.md b/guide/06_modules.md
index 14e3887..2251fc9 100644
--- a/guide/06_modules.md
+++ b/guide/06_modules.md
@@ -140,7 +140,7 @@ De akár ötvözhetjük az eddigieket is:
 Akár el is tudunk egy modult önállóan indítani.
 
 ```bash
-$ python fajl_neve.py <argumentumok>
+$ python3 fajl_neve.py <argumentumok>
 ```
 
 Például nálam van egy ilyen fájl:
-- 
GitLab