Skip to content

Commit d4d6a37

Browse files
committed
Minor style.
1 parent 50404d3 commit d4d6a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_json_schema_spec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def validator(name, raw_text, text, lineno, inliner):
143143
)
144144

145145
# get the href from link in the header
146-
uri = base_url + header[0].find('a').attrib["href"]
146+
uri = base_url + header[0].find("a").attrib["href"]
147147

148148
reference = nodes.reference(raw_text, text, refuri=uri)
149149
return [reference], []

0 commit comments

Comments
 (0)