chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f02ac7
)
dot/ipython-config.py: Fix bungled capability check.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 12 Jul 2024 16:45:56 +0000
(17:45 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 12 Jul 2024 17:17:32 +0000
(18:17 +0100)
dot/ipython-config.py
patch
|
blob
|
blame
|
history
diff --git
a/dot/ipython-config.py
b/dot/ipython-config.py
index f48e05772a1bb47da413693f3ac1c68245b48057..a736800338847b1ba541b47fa8fa66ed6d6107cb 100644
(file)
--- a/
dot/ipython-config.py
+++ b/
dot/ipython-config.py
@@
-52,7
+52,7
@@
if PYG and getattr(PYG, 'token', None):
T.Punctuation: '#eec591',
}
-if P
YG and PTK
:
+if P
TK and getattr(PTK, 'token', None)
:
d = {
PTK.token.Token.MatchingBracket: '',
PTK.token.Token.MatchingBracket.Cursor: '',