From e49cd9b01cd40049468fa29752486346379b3537 2013-12-19 17:13:50 From: Jonathan Frederic Date: 2013-12-19 17:13:50 Subject: [PATCH] Fix comment typo in prefilter.py --- diff --git a/IPython/core/prefilter.py b/IPython/core/prefilter.py index ae7a01b..9d95606 100644 --- a/IPython/core/prefilter.py +++ b/IPython/core/prefilter.py @@ -212,7 +212,7 @@ class PrefilterManager(Configurable): self._checkers.remove(checker) #------------------------------------------------------------------------- - # API for managing checkers + # API for managing handlers #------------------------------------------------------------------------- def init_handlers(self):