Skip to content

Commit de0c7a6

Browse files
authored
Merge pull request #5 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents c2f9d18 + 982dc12 commit de0c7a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Plugin shopping guide
135135
------------------------
136136

137137
Since 2020, all pyexcel-io plugins have dropped the support for python version
138-
lower than 3.6. If you want to use any python verions, please use pyexcel-io
138+
lower than 3.6. If you want to use any python versions, please use pyexcel-io
139139
and its plugins version lower than 0.6.0.
140140

141141

@@ -310,15 +310,15 @@ and update CHANGELOG.rst.
310310
.. note::
311311

312312
As to rnd_requirements.txt, usually, it is created when a dependent
313-
library is not released. Once the dependecy is installed
313+
library is not released. Once the dependency is installed
314314
(will be released), the future
315315
version of the dependency in the requirements.txt will be valid.
316316

317317

318318
How to test your contribution
319319
------------------------------
320320

321-
Although `nose` and `doctest` are both used in code testing, it is adviable that unit tests are put in tests. `doctest` is incorporated only to make sure the code examples in documentation remain valid across different development releases.
321+
Although `nose` and `doctest` are both used in code testing, it is advisable that unit tests are put in tests. `doctest` is incorporated only to make sure the code examples in documentation remain valid across different development releases.
322322

323323
On Linux/Unix systems, please launch your tests like this::
324324

0 commit comments

Comments
 (0)