Skip to content

Commit a4f2a99

Browse files
committed
fix typo
1 parent c169912 commit a4f2a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Linear_Regression_Starter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
"\n",
377377
"To ensure that the training data generated by the simulator can be used for deep learning, we have do a bunch of transformations via `adapter` objects. They provides multiple flexible functionalities, from standardization to renaming, and so on. \n",
378378
"\n",
379-
"Below, we build our own `adapter` from scratch but later on, `BayesFlo` will also provide default adapters that will already automate most of the commonly required steps."
379+
"Below, we build our own `adapter` from scratch but later on, `BayesFlow` will also provide default adapters that will already automate most of the commonly required steps."
380380
]
381381
},
382382
{

0 commit comments

Comments
 (0)