Fixed trailing whitespace issues.

This commit is contained in:
BethanyG
2022-03-01 00:36:13 -08:00
parent 573b2cb368
commit 0201c9df0b

View File

@@ -320,24 +320,24 @@ loops --> itertools & functions
list-comprehensions --> other-comprehensions list-comprehensions --> other-comprehensions
Class-customization --> rich-comparisons Class-customization --> rich-comparisons
Class-customization --> enums & decorators Class-customization --> enums & decorators
Class-inheritance --> user-defined-errors & descriptors & Class-interfaces Class-inheritance --> user-defined-errors & descriptors & Class-interfaces
Class-inheritance ----> context-manager-customization Class-inheritance ----> context-manager-customization
other-comprehensions ---> generators other-comprehensions ---> generators
dicts --> dict-methods dicts --> dict-methods
functions --> function-arguments & higher-order-functions & functional-tools functions --> function-arguments & higher-order-functions & functional-tools
function-arguments --> none function-arguments --> none
functional-tools --> functools functional-tools --> functools
generators --> generator-expressions generators --> generator-expressions
higher-order-functions ---> decorators higher-order-functions ---> decorators
higher-order-functions --> anonymous-functions higher-order-functions --> anonymous-functions
iterators --> generators iterators --> generators
lists --> string-formatting & dicts & list-methods & list-comprehensions & sequences lists --> string-formatting & dicts & list-methods & list-comprehensions & sequences
numbers --> complex-numbers numbers --> complex-numbers
sequences --> iterators sequences --> iterators
sets --> classes sets --> classes
strings --> string-methods & string-formatting & lists strings --> string-methods & string-formatting & lists
strings --> raising-and-handling-errors strings --> raising-and-handling-errors
tuples --> sequences & sets & classes & unpacking-and-multiple-assignment tuples --> sequences & sets & classes & unpacking-and-multiple-assignment
with --> context-manager-customization with --> context-manager-customization
click Basics "https://exercism.org/tracks/python/exercises/guidos-gorgeous-lasagna" "basics" click Basics "https://exercism.org/tracks/python/exercises/guidos-gorgeous-lasagna" "basics"