Replace left-over mistyped codename reference (Hellium2014.7.0)

This commit is contained in:
Elias Probst 2018-01-26 22:21:14 +01:00
parent 3a413e96c5
commit bec78276f3
No known key found for this signature in database
GPG key ID: 82C512826511BADB
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: