Skip to content

Commit 1c3eb6f

Browse files
committed
de-captitalization of heading
1 parent 32fbbbb commit 1c3eb6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/howto/hypothesis_testing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
"id": "d200233f",
281281
"metadata": {},
282282
"source": [
283-
"## Bayesian Hypothesis Testing Methods\n",
283+
"## Bayesian hypothesis testing methods\n",
284284
"\n",
285285
"### Posterior probability statements\n",
286286
"\n",

examples/howto/hypothesis_testing.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ az.plot_dist(idata.posterior["mu"], label="Posterior", color="C1", ax=ax)
113113
ax.set(title=r"Prior and posterior distributions of $\mu$");
114114
```
115115

116-
## Bayesian Hypothesis Testing Methods
116+
## Bayesian hypothesis testing methods
117117

118118
### Posterior probability statements
119119

0 commit comments

Comments
 (0)