Skip to content

Commit 537092d

Browse files
authored
Merge pull request google#131 from apoorv74/master
Update comments
2 parents 175e747 + 54dc427 commit 537092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/openlocationcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# a 2.8x3.5 meter area.
3232
#
3333
# Two encoding algorithms are used. The first 10 characters are pairs of
34-
# characters, one for latitude and one for latitude, using base 20. Each pair
34+
# characters, one for latitude and one for longitude, using base 20. Each pair
3535
# reduces the area of the code by a factor of 400. Only even code lengths are
3636
# sensible, since an odd-numbered length would have sides in a ratio of 20:1.
3737
#

0 commit comments

Comments
 (0)