From e047420cc49037ad0ff710a16f308b0fa1763ce9 2015-09-03 08:27:50 From: Min RK Date: 2015-09-03 08:27:50 Subject: [PATCH] Merge pull request #8788 from Carreau/automagic mini doc update for comment on ML --- diff --git a/docs/source/config/custommagics.rst b/docs/source/config/custommagics.rst index 18fc1a9..c86ab63 100644 --- a/docs/source/config/custommagics.rst +++ b/docs/source/config/custommagics.rst @@ -37,7 +37,8 @@ magic, a cell one and one that works in both modes, using just plain functions: print("Called as cell magic") return line, cell - # We delete these to avoid name conflicts for automagic to work + # In an interactive session, we need to delete these to avoid + # name conflicts for automagic to work on line magics. del lmagic, lcmagic