Skip to content

Commit ad03a1d

Browse files
Fixed various typos (#2449)
* fixed a typo in content-structure.md * Fixed more typos
1 parent 314b805 commit ad03a1d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arviz/stats/density_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def _kde_circular(
635635
cumulative: bool, optional
636636
Whether return the PDF or the cumulative PDF. Defaults to False.
637637
grid_len: int, optional
638-
The number of intervals used to bin the data pointa i.e. the length of the grid used in the
638+
The number of intervals used to bin the data point i.e. the length of the grid used in the
639639
estimation. Defaults to 512.
640640
"""
641641
# All values between -pi and pi

arviz/wrappers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def check_implemented_methods(self, methods):
197197
"""Check that all methods listed are implemented.
198198
199199
Not all functions that require refitting need to have all the methods implemented in
200-
order to work properly. This function shoulg be used before using the SamplingWrapper and
200+
order to work properly. This function should be used before using the SamplingWrapper and
201201
its subclasses to get informative error messages.
202202
203203
Parameters

arviz/wrappers/wrap_stan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def sel_observations(self, idx):
4444
excluded_observed_data : str
4545
Variable name containing the pointwise log likelihood data of the excluded
4646
data. As PyStan cannot call C++ functions and log_likelihood__i is already
47-
calculated *during* the simultion, instead of the value on which to evaluate
47+
calculated *during* the simulation, instead of the value on which to evaluate
4848
the likelihood, ``log_likelihood__i`` expects a string so it can extract the
4949
corresponding data from the InferenceData object.
5050
"""

doc/source/contributing/docstrings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Docstrings follow the same guide for adding references as the other docs.
1717
For adding references to external libraries functions and objects, see {ref}`reference_external_libs`. For referencing ArviZ objects, follow {ref}`reference_arviz_objects`.
1818

1919
## See Also
20-
In ArviZ docs, we have a lot of interconnected functions both within the library and with external libraries and it can take a lot of time to search for the related functions. It is cruical to add the See Also section to save users time.
20+
In ArviZ docs, we have a lot of interconnected functions both within the library and with external libraries and it can take a lot of time to search for the related functions. It is crucial to add the See Also section to save users time.
2121
For adding the _See Also_ docstring section, you just need to add the function name. Sphinx will
2222
automatically add links to other ArviZ objects and functions listed in the _See Also_
2323
section.

0 commit comments

Comments
 (0)