__init__.py: r_version: fixed description

pull/1074/head
magnush0lm 2021-08-18 23:11:04 +02:00 zatwierdzone przez GitHub
rodzic 297c7955d2
commit 72ebf8acf1
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.
"""