Skip to content

Commit cd7fbde

Browse files
authored
fix: resolve some of the typo errors (#1655)
* fix: resolve the type in geo.py * fix
1 parent 8482bfc commit cd7fbde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigframes/bigquery/_operations/geo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def st_distance(
264264
A series containing geography objects.
265265
other (bigframes.pandas.Series | bigframes.geopandas.GeoSeries | shapely.Geometry):
266266
The series or geometric object to calculate the distance in meters
267-
to from the geography objects in ``series``.
267+
to form the geography objects in ``series``.
268268
use_spheroid (optional, default ``False``):
269269
Determines how this function measures distance. If ``use_spheroid``
270270
is False, the function measures distance on the surface of a perfect

bigframes/core/compile/googlesql/expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* `expression`: Models basic SQL expressions.
2626
2727
Extended classes (not part of standard GoogleSQL syntax, but added for convenience):
28-
i
28+
2929
* `ColumnExpression`: Represents column references.
3030
* `TableExpression`: Represents table references.
3131
* `AliasExpression`: Represents aliased expressions.

0 commit comments

Comments
 (0)