Change 'fundaments' to 'fundamentals'

In case this wasn't intentional! 👍
This commit is contained in:
Noah Altunian 2019-09-03 08:27:55 -04:00 committed by GitHub
parent c5c1513d49
commit 2c8c47d902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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