diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-15 00:42:28 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-15 00:42:28 +0200 |
commit | 14c9274513b6949fb32d7373c43530c6b15c8e85 (patch) | |
tree | 99fdcdb1fa5b49625e00033a1aacda3ab81689ae /python | |
parent | c4a96a00ffb5bcdee35ee36967e4da836ca58ed1 (diff) | |
download | refcat-14c9274513b6949fb32d7373c43530c6b15c8e85.tar.gz refcat-14c9274513b6949fb32d7373c43530c6b15c8e85.zip |
add -q flag
Diffstat (limited to 'python')
-rw-r--r-- | python/notes/version_3.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/notes/version_3.md b/python/notes/version_3.md index c2cdc60..f828ee8 100644 --- a/python/notes/version_3.md +++ b/python/notes/version_3.md @@ -308,3 +308,11 @@ So maybe 500k isbn in total? * about 25M urls * about 11075871 seem to have a "doi" + +---- + +A subtle bug: a doi in refs ends with tab: + +``` +10.1002/andp.19975090102\t +``` |