Skip to content

Commit

Permalink
Merge pull request #300 from domnikl/patch-1
Browse files Browse the repository at this point in the history
Added missing` in introduction
  • Loading branch information
guedou committed Oct 11, 2016
2 parents 8e08bee + b8d6b08 commit 4176d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/scapy/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ For a quick start, here's an overview of Python's data types:

* ``tuple`` (immutable): ``(1,4,"42")``
* ``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::

Expand Down

0 comments on commit 4176d6a

Please sign in to comment.