Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Escape code markup (pydata#3189)
Browse files Browse the repository at this point in the history
Without the escape the markup was a bit broken.
  • Loading branch information
JarnoRFB authored and dcherian committed Aug 7, 2019
1 parent 8a9c471 commit 8d46bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ default, but can be centered by passing ``center=True`` when constructing the
r.mean()
As can be seen above, aggregations of windows which overlap the border of the
array produce ``nan``s. Setting ``min_periods`` in the call to ``rolling``
array produce ``nan``\s. Setting ``min_periods`` in the call to ``rolling``
changes the minimum number of observations within the window required to have
a value when aggregating:

Expand Down

0 comments on commit 8d46bf0

Please sign in to comment.