Skip to content

Commit

Permalink
Fixed doctest
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
  • Loading branch information
GumpacG committed Jul 26, 2023
1 parent 06854e3 commit 4d23aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/general/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -469,5 +469,5 @@ A geopoint has a latitude and a longitude property. Although OpenSearch `support
+-----------------------------+------------------------+------------------------+
| geo_point_object | geo_point_object.lat | geo_point_object.lon |
|-----------------------------+------------------------+------------------------|
| {'lon': 74.0, 'lat': 40.71} | 40.71 | 74.0 |
| {'lat': 40.71, 'lon': 74.0} | 40.71 | 74.0 |
+-----------------------------+------------------------+------------------------+

0 comments on commit 4d23aec

Please sign in to comment.