diff options
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 +``` |