Fix capitalization of Conversions
This commit is contained in:
parent
2e742fc23a
commit
79384da9d4
|
@ -96,7 +96,7 @@ Index by Category
|
|||
S 315 Enhanced While Loop Carroll, Hettinger
|
||||
S 321 Date/Time Parsing and Formatting Kuchling
|
||||
S 323 Copyable Iterators Martelli
|
||||
S 331 Locale-Independent Float/String conversions Reis
|
||||
S 331 Locale-Independent Float/String Conversions Reis
|
||||
S 332 Byte vectors and String/Unicode Unification Montanaro
|
||||
S 334 Simple Coroutines via SuspendIteration Evans
|
||||
S 335 Overloadable Boolean Operators Ewing
|
||||
|
@ -383,7 +383,7 @@ Numerical Index
|
|||
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
|
||||
SR 330 Python Bytecode Verification Pelletier
|
||||
S 331 Locale-Independent Float/String conversions Reis
|
||||
S 331 Locale-Independent Float/String Conversions Reis
|
||||
S 332 Byte vectors and String/Unicode Unification Montanaro
|
||||
I 333 Python Web Server Gateway Interface v1.0 Eby
|
||||
S 334 Simple Coroutines via SuspendIteration Evans
|
||||
|
|
Loading…
Reference in New Issue