From 348bd0ec0aac0746348799d59414850cd01cbb6a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 16 Sep 2014 04:41:42 -0700 Subject: [PATCH] swc-windows-installer.py: Add a trailing paren to get_r_bin_directory.__doc__ Fix a typo from 58b7183e (swc-windows-installer.py: Look for an R bin directory, 2014-06-09). --- swc-windows-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 1e4d70f..abda8e6 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -199,7 +199,7 @@ def create_nosetests_entry_point(python_scripts_directory): def get_r_bin_directory(): - """Locate the R bin directory (if R is installed + """Locate the R bin directory (if R is installed) """ version_re = re.compile('^R-(\d+)[.](\d+)[.](\d+)$') paths = {} -- 2.26.2