swc-windows-installer.py: Add a trailing paren to get_r_bin_directory.__doc__
authorW. Trevor King <wking@tremily.us>
Tue, 16 Sep 2014 11:41:42 +0000 (04:41 -0700)
committerW. Trevor King <wking@tremily.us>
Tue, 16 Sep 2014 11:41:42 +0000 (04:41 -0700)
Fix a typo from 58b7183e (swc-windows-installer.py: Look for an R bin
directory, 2014-06-09).

swc-windows-installer.py

index 1e4d70fafd422af9619e340ee0aa6dda4359f263..abda8e6d52c29d04bd4de8c98e9cec00578a6df8 100755 (executable)
@@ -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 = {}