From fffa6d9069ff93f5a28b2a3096fb79a54af2f433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 19 Mar 2019 16:41:18 +0100 Subject: [PATCH] Revert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39ba21..b2e284f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ or [Fork me on GitHub](https://github.com/gto76/python-cheatsheet). Contents -------- -1. **Collections:** [List](#list), [Dict](#dictionary), [Set](#set), [Range](#range), [Enumerate](#enumerate), [Namedtuple](#named-tuple), [Iterator](#iterator), [Generator](#generator) +1. **Collections:** [List](#list), [Dict](#dictionary), [Set](#set), [Range](#range), [Enumerate](#enumerate), [Namedtuple](#named-tuple), [Iterator](#iterator), [Generator](#generator)** 2. **Types: [Type](#type), [String](#string), [Regex](#regex), [Format](#format), [Numbers](#numbers), [Combinatorics](#combinatorics), [Datetime](#datetime)ᴺᴱᵂ** 3. **Syntax: [Arguments](#arguments), [Splat](#splat-operator), [Inline](#inline), [Closure](#closure), [Decorator](#decorator), [Class](#class), [Enum](#enum), [Exceptions](#exceptions)** 4. **System: [Print](#print), [Input](#input), [Command_Line_Arguments](#command-line-arguments), [Open](#open), [Path](#path)ᴺᴱᵂ, [Command_Execution](#command-execution)**