sync with O'Reilly Atlas

This commit is contained in:
Luciano Ramalho
2021-06-26 13:42:28 -03:00
parent e986e3bdc0
commit f0f160844d
26 changed files with 308 additions and 1004 deletions

View File

@@ -9,8 +9,8 @@
# tag::COORDINATE[]
class Coordinate:
def __init__(self, lat, long):
def __init__(self, lat, lon):
self.lat = lat
self.long = long
self.lon = lon
# end::COORDINATE[]
# end::COORDINATE[]