Func naming typo at twisted.news

[email protected] Tue, 16 Feb 2010 12:04:57 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from vivis <None>:

http://twistedmatrix.com/trac/browser/trunk/twisted/news/nntp.py func 'def _stateXHDR':

At present:

493 	        else:
494 	            self._gotXHeader(self._endState())

Must be as described at API docs (http://twistedmatrix.com/documents/current/api/twisted.news.nntp.NNTPClient.html#gotXHeader):

493 	        else:
494 	            self.gotXHeader(self._endState())

----------
Type     : defect
Component: news
Keywords : typo twisted.news
Priority : low
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4279