Skip to content

Commit c5b3edf

Browse files
authored
chore: fix doctest (#1594)
1 parent 9e0b383 commit c5b3edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/bigframes_vendored/geopandas/geoseries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def boundary(self) -> bigframes.geopandas.GeoSeries:
120120
121121
>>> s.boundary
122122
0 LINESTRING (0 0, 1 1, 0 1, 0 0)
123-
1 MULTIPOINT (0 0, 1 0)
123+
1 MULTIPOINT ((0 0), (1 0))
124124
2 GEOMETRYCOLLECTION EMPTY
125125
dtype: geometry
126126

0 commit comments

Comments
 (0)