Merge pull request #8349 from maskypy40/patch-1

Removes 2 empty lines from example code
This commit is contained in:
Bruno Oliveira 2021-02-18 08:16:54 -03:00 committed by GitHub
commit c9d623971a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -175,8 +175,6 @@ when it encounters comparisons. For example:
.. code-block:: python
# content of test_assert2.py
def test_set_comparison():
set1 = set("1308")
set2 = set("8035")