From 2c8c47d90281676ab1927087c5f56147184f32e6 Mon Sep 17 00:00:00 2001 From: Noah Altunian Date: Tue, 3 Sep 2019 08:27:55 -0400 Subject: [PATCH] Change 'fundaments' to 'fundamentals' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In case this wasn't intentional! 👍 --- docs/fileutils.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fileutils.rst b/docs/fileutils.rst index 90482b9..79cfdb2 100644 --- a/docs/fileutils.rst +++ b/docs/fileutils.rst @@ -7,7 +7,7 @@ Creating, Finding, and Copying ------------------------------ Python's :mod:`os`, :mod:`os.path`, and :mod:`shutil` modules provide -good coverage of file wrangling fundaments, and these functions help +good coverage of file wrangling fundamentals, and these functions help close a few remaining gaps. .. autofunction:: boltons.fileutils.mkdir_p