Skip to content
Snippets Groups Projects
Commit 4176d6ab authored by Guillaume Valadon's avatar Guillaume Valadon Committed by GitHub
Browse files

Merge pull request #300 from domnikl/patch-1

Added missing` in introduction
parents 8e08beea b8d6b08e
Branches
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ For a quick start, here's an overview of Python's data types: ...@@ -197,7 +197,7 @@ For a quick start, here's an overview of Python's data types:
* ``tuple`` (immutable): ``(1,4,"42")`` * ``tuple`` (immutable): ``(1,4,"42")``
* ``list`` (mutable): ``[4,2,"1"]`` * ``list`` (mutable): ``[4,2,"1"]``
* ``dict` (mutable): ``{ "one":1 , "two":2 }`` * ``dict`` (mutable): ``{ "one":1 , "two":2 }``
There are no block delimiters in Python. Instead, indentation does matter:: There are no block delimiters in Python. Instead, indentation does matter::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment