From 45324f9f91fe9daf2a357a916f8962e44122c742 2021-03-26 23:36:59 From: Paul Bissex Date: 2021-03-26 23:36:59 Subject: [PATCH] Disambiguated docstring, since there have been other dpastes --- diff --git a/IPython/core/magics/code.py b/IPython/core/magics/code.py index a87bebe..ac2cb93 100644 --- a/IPython/core/magics/code.py +++ b/IPython/core/magics/code.py @@ -246,7 +246,7 @@ class CodeMagics(Magics): @line_magic def pastebin(self, parameter_s=''): - """Upload code to dpaste's paste bin, returning the URL. + """Upload code to dpaste.com, returning the URL. Usage:\\ %pastebin [-d "Custom description"] 1-7