Show More
@@ -102,7 +102,7 b' def fix_error_editor(self,filename,linenum,column,msg):' | |||||
102 | in future versions. It appears to be used only for automatically fixing syntax |
|
102 | in future versions. It appears to be used only for automatically fixing syntax | |
103 | error that has been broken for a few years and has thus been removed. If you |
|
103 | error that has been broken for a few years and has thus been removed. If you | |
104 | happend to use this function and still need it please make your voice heard on |
|
104 | happend to use this function and still need it please make your voice heard on | |
105 |
the mailing list ipython-dev@ |
|
105 | the mailing list ipython-dev@python.org , or on the GitHub Issue tracker: | |
106 | https://github.com/ipython/ipython/issues/9649 """, UserWarning) |
|
106 | https://github.com/ipython/ipython/issues/9649 """, UserWarning) | |
107 |
|
107 | |||
108 | def vim_quickfix_file(): |
|
108 | def vim_quickfix_file(): |
@@ -98,9 +98,9 b" authors = {'Fernando' : ('Fernando Perez','fperez.net@gmail.com')," | |||||
98 |
|
98 | |||
99 | author = 'The IPython Development Team' |
|
99 | author = 'The IPython Development Team' | |
100 |
|
100 | |||
101 |
author_email = 'ipython-dev@ |
|
101 | author_email = 'ipython-dev@python.org' | |
102 |
|
102 | |||
103 | url = 'http://ipython.org' |
|
103 | url = 'https://ipython.org' | |
104 |
|
104 | |||
105 |
|
105 | |||
106 | platforms = ['Linux','Mac OSX','Windows'] |
|
106 | platforms = ['Linux','Mac OSX','Windows'] |
General Comments 0
You need to be logged in to leave comments.
Login now