From 914db322fc8e6db7e1fbdd7b1ef0c681dbb70124 Mon Sep 17 00:00:00 2001 From: Ryan Soklaski Date: Sat, 18 Jan 2020 09:29:04 -0500 Subject: [PATCH] Typos (#130) * In changelog: mygrad -> PLYMI * can overwhelming -> can be overwhelming --- Python/changes.rst | 2 +- Python/index.rst | 2 +- Python/intro.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Python/changes.rst b/Python/changes.rst index 30a370d6..cd984fd4 100644 --- a/Python/changes.rst +++ b/Python/changes.rst @@ -2,7 +2,7 @@ Changelog ========= -This is a record of all past mygrad releases and what went into them, +This is a record of all past PLYMI releases and what went into them, in reverse chronological order. All previous releases should still be available on pip. diff --git a/Python/index.rst b/Python/index.rst index f8650de9..c37f76bf 100644 --- a/Python/index.rst +++ b/Python/index.rst @@ -24,7 +24,7 @@ This is also not a deep "Python for Data Science" resource. It will not teach yo What about Python textbooks? ---------------------------- -Books and blogs can be great. I personally think that programming books can overwhelming because they are required to be so complete; it is hard for a someone new to a language to distill the essentials of the Python language from hundreds of pages of text. Furthermore, it simply makes more sense to make this sort of material available digitally; users should be able to easily search the site, view it on mobile devices, copy code snippets, and know that the content is being kept up-to-date. +Books and blogs can be great. I personally think that programming books can be overwhelming because they are required to be so complete; it is hard for a someone new to a language to distill the essentials of the Python language from hundreds of pages of text. Furthermore, it simply makes more sense to make this sort of material available digitally; users should be able to easily search the site, view it on mobile devices, copy code snippets, and know that the content is being kept up-to-date. Python shouldn't be *too* easy diff --git a/Python/intro.rst b/Python/intro.rst index 6e719964..a417399c 100644 --- a/Python/intro.rst +++ b/Python/intro.rst @@ -24,7 +24,7 @@ This is also not a deep "Python for Data Science" resource. It will not teach yo What about Python textbooks? ---------------------------- -Books and blogs can be great. I personally think that programming books can overwhelming because they are required to be so complete; it is hard for a someone new to a language to distill the essentials of the Python language from hundreds of pages of text. Furthermore, it simply makes more sense to make this sort of material available digitally; users should be able to easily search the site, view it on mobile devices, copy code snippets, and know that the content is being kept up-to-date. +Books and blogs can be great. I personally think that programming books can be overwhelming because they are required to be so complete; it is hard for a someone new to a language to distill the essentials of the Python language from hundreds of pages of text. Furthermore, it simply makes more sense to make this sort of material available digitally; users should be able to easily search the site, view it on mobile devices, copy code snippets, and know that the content is being kept up-to-date. Python shouldn't be *too* easy