Skip to content

Commit f7cc068

Browse files
committed
fix: correct code block formatting in CLI tutorial
1 parent d265ca2 commit f7cc068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cli_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,12 @@ Create detailed notes with markdown formatting:
602602
- **Binary Lens:** Best fit with ΔBIC = 23.4
603603
604604
## Code Reference
605-
```python
605+
````python
606606
# Fitting code snippet
607607
import emcee
608608
sampler = emcee.EnsembleSampler(nwalkers=1000, ndim=8, log_prob_fn=log_probability)
609609
sampler.run_mcmc(initial_state, 50000)
610-
```
610+
````
611611
612612
## References
613613
- [Gould & Loeb 1992](https://ui.adsabs.harvard.edu/abs/1992ApJ...396..104G)

0 commit comments

Comments
 (0)