Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 344009c

Browse files
authored
Merge pull request #551 from jitenkmicrosoft/patch-1
Added ' in the end
2 parents 3b1dcef + 615d507 commit 344009c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced-analytics/r/determine-which-packages-are-installed-on-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ import pkg_resources
110110
pckg_name = "revoscalepy"
111111
pckgs = pandas.DataFrame([(i.key) for i in pip.get_installed_distributions()], columns = ["key"])
112112
installed_pckg = pckgs.query(''key == @pckg_name'')
113-
print("Package", pckg_name, "is", "not" if installed_pckg.empty else "", "installed")
113+
print("Package", pckg_name, "is", "not" if installed_pckg.empty else "", "installed")'
114114
```
115115

116116
## View installed packages using a utility or IDE

0 commit comments

Comments
 (0)