Skip to content

Commit 97017b4

Browse files
fix more typosd
1 parent 7535986 commit 97017b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

malariagen_data/as1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ class As1(AnophelesDataResource):
5454
Access data from Google Cloud Storage (default):
5555
5656
>>> import malariagen_data
57-
>>> adir1 = malariagen_data.As1()
57+
>>> as1 = malariagen_data.As1()
5858
5959
Access data downloaded to a local file system:
6060
61-
>>> adir1 = malariagen_data.As1("/local/path/to/vo_as_release/")
61+
>>> as1 = malariagen_data.As1("/local/path/to/vo_as_release/")
6262
6363
Access data from Google Cloud Storage, with caching on the local file system
6464
in a directory named "gcs_cache":

0 commit comments

Comments
 (0)