From: W. Trevor King Date: Sat, 16 Apr 2011 23:48:37 +0000 (-0400) Subject: Remove typo space from eSearch URL in entrez.py. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c4d0b87083944e398a006546d8a8bc0f77cc70e;p=mw2txt.git Remove typo space from eSearch URL in entrez.py. --- diff --git a/posts/entrez/entrez.py b/posts/entrez/entrez.py index 40f81c4..0a64942 100755 --- a/posts/entrez/entrez.py +++ b/posts/entrez/entrez.py @@ -387,7 +387,7 @@ if __name__ == '__main__': ' http://www.ncbi.nlm.nih.gov/corehtml/query/static/' 'einfo_help.html', ' http://www.ncbi.nlm.nih.gov/corehtml/query/static/' - ' esearch_help.html', + 'esearch_help.html', ' http://www.ncbi.nlm.nih.gov/corehtml/query/static/' 'efetch_help.html', ' http://www.ncbi.nlm.nih.gov/corehtml/query/static/'