diff --git a/third_party/bigframes_vendored/geopandas/geoseries.py b/third_party/bigframes_vendored/geopandas/geoseries.py index e75bdf81e0..4254eb3c3c 100644 --- a/third_party/bigframes_vendored/geopandas/geoseries.py +++ b/third_party/bigframes_vendored/geopandas/geoseries.py @@ -120,7 +120,7 @@ def boundary(self) -> bigframes.geopandas.GeoSeries: >>> s.boundary 0 LINESTRING (0 0, 1 1, 0 1, 0 0) - 1 MULTIPOINT (0 0, 1 0) + 1 MULTIPOINT ((0 0), (1 0)) 2 GEOMETRYCOLLECTION EMPTY dtype: geometry