Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 6a9f07e

Browse files
committed
fix slight mixup
1 parent e8fc6af commit 6a9f07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Parsing of the HTML source will be done using "HTMLement" which is integrated in
7272
# The image tag contains both the image url and title
7373
img = elem.find(".//img")
7474
75-
# Set the title
75+
# Set the thumbnail image
7676
item.art["thumb"] = img.get("src")
7777
78-
# Set the thumbnail image
78+
# Set the title
7979
item.label = img.get("alt")
8080
8181
# Fetch the url to content

0 commit comments

Comments
 (0)