diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-29 04:39:12 (GMT) |
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-29 04:39:12 (GMT) |
| commit | 3bd844e695c8295c23d64d816bd763543cc9728f (patch) | |
| tree | 5c8ae0b247d082498a3e9c02e1eeca9af6a1f0c2 /Doc/lib/libstdwin.tex | |
| parent | c4996ba794d9438be8e472ad5f6c3c55fbf751e8 (diff) | |
| download | cpython-3bd844e695c8295c23d64d816bd763543cc9728f.zip cpython-3bd844e695c8295c23d64d816bd763543cc9728f.tar.gz cpython-3bd844e695c8295c23d64d816bd763543cc9728f.tar.bz2 | |
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Diffstat (limited to 'Doc/lib/libstdwin.tex')
| -rw-r--r-- | Doc/lib/libstdwin.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libstdwin.tex b/Doc/lib/libstdwin.tex index 84aad2f..f2278e5 100644 --- a/Doc/lib/libstdwin.tex +++ b/Doc/lib/libstdwin.tex @@ -123,8 +123,8 @@ Return the default foreground color for unknown color names. Hint: the following code tests whether you are on a machine that supports more than two colors: \begin{verbatim} -if stdwin.fetchcolor('black') <> \ - stdwin.fetchcolor('red') <> \ +if stdwin.fetchcolor('black') != \ + stdwin.fetchcolor('red') != \ stdwin.fetchcolor('white'): print 'color machine' else: |
