Skip to content

Commit 532543b

Browse files
authored
Remove empty lines from code-block
In assert.rst at line 175 and further there is an example of an assert encountering comparisons. The code-block for this example starts with a comment (line 177) and then it has 2 empty lines. Comparing this example code (test_assert2.py) with the previously mentioned example code on the same page (i.e. test_assert1.py) you can see that there should not be 2 empty lines after the comment. These 2 empty lines are removed.
1 parent ab2eb94 commit 532543b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/en/assert.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ when it encounters comparisons. For example:
175175
.. code-block:: python
176176
177177
# content of test_assert2.py
178-
179-
180178
def test_set_comparison():
181179
set1 = set("1308")
182180
set2 = set("8035")

0 commit comments

Comments
 (0)