From 0c4d0b87083944e398a006546d8a8bc0f77cc70e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 16 Apr 2011 19:48:37 -0400 Subject: [PATCH] Remove typo space from eSearch URL in entrez.py. --- posts/entrez/entrez.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' -- 2.26.2