From 5160c242fd7724de54a6bae41d1cde4b2213f548 Mon Sep 17 00:00:00 2001
From: JN <jan.navratilx@gmail.com>
Date: Tue, 14 Jul 2020 11:10:37 +0200
Subject: [PATCH] Update item_05_slice_sequence.py

typo?
---
 item_05_slice_sequence.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/item_05_slice_sequence.py b/item_05_slice_sequence.py
index 902b097..c6ee588 100644
--- a/item_05_slice_sequence.py
+++ b/item_05_slice_sequence.py
@@ -1,4 +1,4 @@
-# Item 5: Know hot to slice sequences
+# Item 5: Know how to slice sequences
 
 
 # Python includes syntax for slicing sequences into pieces. Slicing lets you