##// END OF EJS Templates
Fix grammar and spacing in a warning message
Aaron Meurer -
Show More
@@ -43,8 +43,8 b' class ExtensionMagics(Magics):'
43 43 -n filename : Specify a name for the file, rather than taking it from
44 44 the URL.
45 45 """
46 warn("%install_ext` is deprecated, please distribute your extension(s)"
47 "as a python packages.", UserWarning)
46 warn("%install_ext` is deprecated, please distribute your extension "
47 "as a python package.", UserWarning)
48 48 opts, args = self.parse_options(parameter_s, 'n:')
49 49 try:
50 50 filename = self.shell.extension_manager.install_extension(args,
General Comments 0
You need to be logged in to leave comments. Login now