Skip to content

Commit 75ebe74

Browse files
committed
remove double \ from lecture
1 parent 0e8c22c commit 75ebe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/likelihood_bayes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ for pi in pi_array:
801801
fig, ax = plt.subplots()
802802
ax.plot(pi_array, cond_var_array)
803803
ax.set_xlabel(r'$\pi_{t-1}$')
804-
ax.set_ylabel(r'$\sigma^{2}(\pi_{t}\\vert \pi_{t-1})$')
804+
ax.set_ylabel(r'$\sigma^{2}(\pi_{t}\vert \pi_{t-1})$')
805805
plt.show()
806806
```
807807

0 commit comments

Comments
 (0)