Skip to content

Commit e29b10e

Browse files
fixes OptBayesExpt typo
1 parent 967697d commit e29b10e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/QuickStart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"import numpy as np\n",
3030
"from optbayesexpt import OptBayesExpt\n",
3131
"\n",
32-
"myOBE = OptBayes() # initiate a class"
32+
"myOBE = OptBayesExpt() # initiate a class"
3333
]
3434
},
3535
{

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Setting up
2525
import numpy as np
2626
from optbayesexpt import OptBayesExpt
2727
28-
myOBE = OptBayes() # initiate a class
28+
myOBE = OptBayesExpt() # initiate a class
2929
3030
Specify the experimental settings
3131
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)