Skip to content

Commit 47d4207

Browse files
author
Daoud Jahdou
committed
Fixed typos doc pydata#2304
1 parent 093a338 commit 47d4207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/backends/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def open_dataset(filename_or_obj, group=None, decode_cf=True,
230230
dataset. This may be useful to drop variables with problems or
231231
inconsistent values.
232232
force_promote_float64: bool
233-
If True force int variables with scale factorto be promoted to
233+
If True force int variables with scale factor to be promoted to
234234
float64 instead of float32
235235
backend_kwargs: dictionary, optional
236236
A dictionary of keyword arguments to pass on to the backend. This

0 commit comments

Comments
 (0)