Skip to content

Commit c508cc6

Browse files
authored
Add missing spacing after full-stops (#9318)
1 parent 1ac19c4 commit c508cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/user-guide/terminology.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ complete examples, please consult the relevant documentation.*
223223
lazy
224224
Lazily-evaluated operations do not load data into memory until necessary. Instead of doing calculations
225225
right away, xarray lets you plan what calculations you want to do, like finding the
226-
average temperature in a dataset.This planning is called "lazy evaluation." Later, when
226+
average temperature in a dataset. This planning is called "lazy evaluation." Later, when
227227
you're ready to see the final result, you tell xarray, "Okay, go ahead and do those calculations now!"
228-
That's when xarray starts working through the steps you planned and gives you the answer you wanted.This
228+
That's when xarray starts working through the steps you planned and gives you the answer you wanted. This
229229
lazy approach helps save time and memory because xarray only does the work when you actually need the
230230
results.
231231

0 commit comments

Comments
 (0)