Merge pull request #1074 from magnush0lm/patch-1

[mrg] __init__.py: r_version: fixed description
pull/1078/head
Yuvi Panda 2021-08-26 02:09:47 +05:30 zatwierdzone przez GitHub
commit 6e2a6af959
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -258,9 +258,9 @@ class CondaBuildPack(BaseImage):
@property
def r_version(self):
"""Detect the Python version for a given `environment.yml`
"""Detect the R version for a given `environment.yml`
Will return 'x.y' if version is found (e.g '3.6'),
Will return 'x.y.z' if version is found (e.g '4.1.1'),
or a Falsy empty string '' if not found.
"""