8000 fix: resolve some of the typo errors by jialuoo · Pull Request #1655 · googleapis/python-bigquery-dataframes · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigframes/bigquery/_operations/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def st_distance(
A series containing geography objects.
other (bigframes.pandas.Series | bigframes.geopandas.GeoSeries | shapely.Geometry):
The series or geometric object to calculate the distance in meters
to from the geography objects in ``series``.
to form the geography objects in ``series``.
use_spheroid (optional, default ``False``):
Determines how this function measures distance. If ``use_spheroid``
is False, the function measures distance on the surface of a perfect
Expand Down
2 changes: 1 addition & 1 deletion bigframes/core/compile/googlesql/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* `expression`: Models basic SQL expressions.

Extended classes (not part of standard GoogleSQL syntax, but added for convenience):
i

* `ColumnExpression`: Represents column references.
* `TableExpression`: Represents table references.
* `AliasExpression`: Represents aliased expressions.
Expand Down
0