### Issue with current documentation: In [pymc.BetaBinomial docstring](https://www.pymc.io/projects/docs/en/stable/_modules/pymc/distributions/discrete.html#BetaBinomial) the variance is described as follows: Variance :math:`n \dfrac{\alpha \beta}{(\alpha+\beta)^2 (\alpha+\beta+1)}` But, as indicated in the [Wikipedia page](https://en.wikipedia.org/wiki/Beta-binomial_distribution) for the beta-binomial distribution, it should be: Variance :math:`\dfrac{n \alpha \beta (\alpha+\beta+n)}{(\alpha+\beta)^2 (\alpha+\beta+1)}` ### Idea or request for content: _No response_