Overview
Comment: | [core][py] text: variable renaming |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | core |
Files: | files | file ages | folders |
SHA3-256: |
70e09b7bc98579833229839c66164fb4 |
User & Date: | olr on 2019-05-26 08:21:27 |
Other Links: | manifest | tags |
Context
2019-05-26
| ||
08:24 | [core][js] update exports check-in: e0e1732dfe user: olr tags: trunk, core | |
08:21 | [core][py] text: variable renaming check-in: 70e09b7bc9 user: olr tags: trunk, core | |
08:17 | [cli] command update check-in: 7e80aa3aa5 user: olr tags: trunk, cli | |
Changes
Modified gc_core/py/text.py from [d87792122b] to [3d6b4f5473].
︙ | |||
97 98 99 100 101 102 103 | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | - + - - + + - + - + | if nSpellErr: sText += getReadableErrors(lSpellErrs[:nSpellErr], nWidth, True) del lSpellErrs[0:nSpellErr] nOffset += nLineLen return sText |
︙ |