Skip to content

Commit

Permalink
Added a space to the documentation (#9247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCleaner authored Jul 15, 2024
1 parent d8b7644 commit 9c26ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/terminology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ complete examples, please consult the relevant documentation.*
combined_ds
lazy
Lazily-evaluated operations do not load data into memory until necessary.Instead of doing calculations
Lazily-evaluated operations do not load data into memory until necessary. Instead of doing calculations
right away, xarray lets you plan what calculations you want to do, like finding the
average temperature in a dataset.This planning is called "lazy evaluation." Later, when
you're ready to see the final result, you tell xarray, "Okay, go ahead and do those calculations now!"
Expand Down

0 comments on commit 9c26ca7

Please sign in to comment.