Skip to content

Commit

Permalink
docstring corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jan 7, 2025
1 parent 9766eb0 commit 91fd101
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions synapseclient/models/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,10 @@ class Table(TableSynchronousProtocol, AccessControllable):
- DATE
The determination of the column type is based on the data that is passed in
using the pandas function `infer_dtype`. If you need a more specific column
type, or need to add options to the colums follow the examples below.
using the pandas function
[infer_dtype](https://pandas.pydata.org/docs/reference/api/pandas.api.types.infer_dtype.html).
If you need a more specific column type, or need to add options to the colums
follow the examples below.
import pandas as pd
Expand Down Expand Up @@ -895,7 +897,7 @@ async def store_async(
"""Store non-row information about a table including the columns and annotations.
Arguments:
dry_run: If True, will not actually store the table but will return log to
dry_run: If True, will not actually store the table but will log to
the console what would have been stored.
synapse_client: If not passed in and caching was not disabled by
`Synapse.allow_client_caching(False)` this will use the last created
Expand Down

0 comments on commit 91fd101

Please sign in to comment.