From d8f480725af912897350528558ad87edddd36af3 Mon Sep 17 00:00:00 2001
From: PGijsbers
Date: Sat, 27 Oct 2018 16:45:58 +0200
Subject: [PATCH 1/2] Fix typos.
---
doc/contributing.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 7b2a0fb3c..212c0fca7 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -30,7 +30,7 @@ in python, `scikit-learn `_.
Thereby it will automatically be compatible with many machine learning
libraries written in Python.
-We aim to keep the package as leight-weight as possible and we will try to
+We aim to keep the package as light-weight as possible and we will try to
keep the number of potential installation dependencies as low as possible.
Therefore, the connection to other machine learning libraries such as
*pytorch*, *keras* or *tensorflow* should not be done directly inside this
@@ -43,7 +43,7 @@ Open issues and potential todos
We collect open issues and feature requests in an `issue tracker on github `_.
The issue tracker contains issues marked as *Good first issue*, which shows
-issues which are good for beginers. We also maintain a somewhat up-to-date
+issues which are good for beginners. We also maintain a somewhat up-to-date
`roadmap `_ which
contains longer-term goals.
From e5772f0f03b8ea09621717d61c3a3ebe75ef5f12 Mon Sep 17 00:00:00 2001
From: PGijsbers
Date: Sat, 27 Oct 2018 16:51:07 +0200
Subject: [PATCH 2/2] Fix typo.
---
examples/create_upload_tutorial.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/create_upload_tutorial.py b/examples/create_upload_tutorial.py
index d41121880..9cec460cd 100644
--- a/examples/create_upload_tutorial.py
+++ b/examples/create_upload_tutorial.py
@@ -210,7 +210,7 @@
print(df.info())
############################################################################
-# We enforce the column 'outlook', 'winday', and 'play' to be a categorical
+# We enforce the column 'outlook', 'windy', and 'play' to be a categorical
# dtype while the column 'rnd_str' is kept as a string column. Then, we can
# call :func:`create_dataset` by passing the dataframe and fixing the parameter
# ``attributes`` to ``'auto'``.