Skip to content

Commit 9c26ca7

Browse files
authored
Added a space to the documentation (#9247)
1 parent d8b7644 commit 9c26ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/terminology.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ complete examples, please consult the relevant documentation.*
221221
combined_ds
222222
223223
lazy
224-
Lazily-evaluated operations do not load data into memory until necessary.Instead of doing calculations
224+
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
226226
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!"

0 commit comments

Comments
 (0)