File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Examples
1616
1717.. code :: python
1818
19- from apollo import WebApolloInstance
20- wa = WebApolloInstance (' https://fqdn/apollo' , ' jane.doe@fqdn.edu' , ' password' )
19+ from apollo import ApolloInstance
20+ wa = ApolloInstance (' https://fqdn/apollo' , ' jane.doe@fqdn.edu' , ' password' )
2121
2222 orgs = wa.organisms.add_organism(
2323 " Yeast" ,
@@ -93,4 +93,3 @@ Support
9393-------
9494
9595This material is based upon work supported by the National Science Foundation under Grant Number (Award 1565146)
96-
Original file line number Diff line number Diff line change 33
44.. code :: python
55
6- from apollo import WebApolloInstance
7- wa = WebApolloInstance (' https://fqdn/apollo' , ' jane.doe@fqdn.edu' , ' password' )
6+ from apollo import ApolloInstance
7+ wa = ApolloInstance (' https://fqdn/apollo' , ' jane.doe@fqdn.edu' , ' password' )
88
99 orgs = wa.organisms.add_organism(
1010 " Yeast" ,
You can’t perform that action at this time.
0 commit comments