You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ Plugin shopping guide
135
135
------------------------
136
136
137
137
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
139
139
and its plugins version lower than 0.6.0.
140
140
141
141
@@ -310,15 +310,15 @@ and update CHANGELOG.rst.
310
310
.. note::
311
311
312
312
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
314
314
(will be released), the future
315
315
version of the dependency in the requirements.txt will be valid.
316
316
317
317
318
318
How to test your contribution
319
319
------------------------------
320
320
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.
322
322
323
323
On Linux/Unix systems, please launch your tests like this::
0 commit comments