Merge pull request #45724 from eliasp/2017.7-typo-from-hell

Typo (`Hellium` → `Helium`)
This commit is contained in:
Nicole Thomas 2018-01-26 17:37:44 -05:00 committed by GitHub
commit 831698f066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -138583,7 +138583,7 @@ Tests to see if path after expansion is a valid path (file or directory).
Expansion allows usage of ? * and character ranges []. Tilde expansion
is not supported. Returns True/False.
.sp
New in version Hellium.
New in version 2014.7.0.
.sp
CLI Example:

View File

@ -3500,7 +3500,7 @@ def path_exists_glob(path):
Expansion allows usage of ? * and character ranges []. Tilde expansion
is not supported. Returns True/False.
.. versionadded:: Hellium
.. versionadded:: 2014.7.0
CLI Example: