Remove a duplicated term in Python style

This commit is contained in:
1024jp 2016-03-07 15:11:08 +09:00
parent f2b5adca40
commit da1cf43534
2 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,8 @@ develop
- Update BibTeX syntax style:
- Add “.bibtex” extension.
- Add some field names.
- Update Python syntax style:
- Remove a duplicated term.
- Now, the change of the page guide column option is applied to opened documents immediately.
- Tweak text in preferences.
- Update help contents.

View File

@ -8,8 +8,8 @@ interpreters:
- keyString: "python2"
- keyString: "python3"
metadata:
version: "2.3.1"
lastModified: "2015-12-25"
version: "2.3.2"
lastModified: "2016-03-07"
distributionURL: "http://coteditor.com"
author: "nanasiya"
license: "Same as CotEditor"
@ -384,7 +384,6 @@ values:
- beginString: "__code__"
- beginString: "__context__"
- beginString: "__debug__"
- beginString: "__debug__"
- beginString: "__defaults__"
- beginString: "__dict__"
- beginString: "__displayhook__"