Skip to content

Commit a22a6e9

Browse files
committed
Fixing html code-block
1 parent 83c9cba commit a22a6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/scrape.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ After a quick analysis, we see that in our page the data is contained in
5252
two elements - one is a div with title 'buyer-name' and the other is a
5353
span with class 'item-price':
5454

55-
.. code-bloc:: html
55+
::
5656

5757
<div title="buyer-name">Carson Busses</div>
5858
<span class="item-price">$29.95</span>

0 commit comments

Comments
 (0)