Skip to content

Commit

Permalink
fix typo line 56 (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan Stokes <[email protected]>
  • Loading branch information
DarkKavon and ronanstokes-db authored Dec 19, 2024
1 parent b57ae1b commit 32efa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/using_standard_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For the simplest use, you can simply select a standard dataset and generate a da

.. code-block:: python
import dbldatagen as df
import dbldatagen as dg
df = dg.Datasets(spark, "basic/user").get().build()
display(df)
Expand Down

0 comments on commit 32efa35

Please sign in to comment.