Skip to content

Commit 095f052

Browse files
Fix typos (#38)
1 parent 1af7c83 commit 095f052

File tree

6 files changed

+125
-118
lines changed

6 files changed

+125
-118
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This Python module serves as a collection of different scale- and distribution-b
2222

2323
The documentation is available at: [https://python-cmethods.readthedocs.io/en/stable/](https://python-cmethods.readthedocs.io/en/stable/)
2424

25-
> ⚠️ For the application of bias corrections on _lage data sets_ it is recomanded to use the command-line tool [BiasAdjustCXX](https://github.com/btschwertfeger/BiasAdjustCXX) since bias corrections are complex statistical transformation which are very slow in Python compared to the C++ implementation.
25+
> ⚠️ For the application of bias corrections on _lage data sets_ it is recommended to use the command-line tool [BiasAdjustCXX](https://github.com/btschwertfeger/BiasAdjustCXX) since bias corrections are complex statistical transformation which are very slow in Python compared to the C++ implementation.
2626
2727
---
2828

@@ -130,7 +130,7 @@ qdm_result = cm.adjust_3d( # 3d = 2 spatial and 1 time dimension
130130
kind = '+'
131131
)
132132
# to calculate the relative rather than the absolute change,
133-
# '*' can be used instead of '+' (this is prefered when adjusting
133+
# '*' can be used instead of '+' (this is preferred when adjusting
134134
# stochastic variables like precipitation)
135135
```
136136

@@ -143,7 +143,7 @@ Notes:
143143

144144
Notebook with different methods and plots: `/examples/examples.ipynb`
145145

146-
There is also an exmple script (`/examples/biasadjust.py`) that can be used to apply the available bias correction methods
146+
There is also an example script (`/examples/biasadjust.py`) that can be used to apply the available bias correction methods
147147
on 1- and 3-dimensional data sets (see `/examples/input_data/*.nc`).
148148

149149
Help:

0 commit comments

Comments
 (0)