swc-windows-installer.py: Add a trailing paren to get_r_bin_directory.__doc__
[swc-setup-windows-installer.git] / 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 = {}