MilesCranmer commited on
Commit
f20792e
1 Parent(s): 925dcc4

Clean up examples

Browse files
Files changed (1) hide show
  1. docs/examples.md +2 -2
docs/examples.md CHANGED
@@ -17,8 +17,8 @@ kwargs = dict(populations=5, niterations=5, annealing=True)
17
 
18
  ## 1. Simple search
19
 
20
- Here's a simple example where we turn off multiprocessing,
21
- and find the expression `2 cos(x3) + x0^2 - 2`.
22
 
23
  ```python
24
  X = 2 * np.random.randn(100, 5)
 
17
 
18
  ## 1. Simple search
19
 
20
+ Here's a simple example where we
21
+ find the expression `2 cos(x3) + x0^2 - 2`.
22
 
23
  ```python
24
  X = 2 * np.random.randn(100, 5)