Skip to content

Commit

Permalink
Fixup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Feb 5, 2022
1 parent d5e1adb commit 65ca43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md2zhihu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ def convert_md(conf, handler=None):

ref_lines = [
'[{id}]: {d}'.format(
id=ref_id, d=used_refs[
id=ref_id, d=used_refs[ref_id]
) for ref_id in sorted(used_refs)
]
out.extend(ref_lines)
Expand Down

0 comments on commit 65ca43f

Please sign in to comment.