Merge pull request #8349 from maskypy40/patch-1
Removes 2 empty lines from example code
This commit is contained in:
commit
c9d623971a
|
@ -175,8 +175,6 @@ when it encounters comparisons. For example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
# content of test_assert2.py
|
# content of test_assert2.py
|
||||||
|
|
||||||
|
|
||||||
def test_set_comparison():
|
def test_set_comparison():
|
||||||
set1 = set("1308")
|
set1 = set("1308")
|
||||||
set2 = set("8035")
|
set2 = set("8035")
|
||||||
|
|
Loading…
Reference in New Issue