sync with O'Reilly Atlas
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user