Skip to content

Commit 32efa35

Browse files
fix typo line 56 (#307)
Co-authored-by: Ronan Stokes <42389040+ronanstokes-db@users.noreply.github.com>
1 parent b57ae1b commit 32efa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using_standard_datasets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For the simplest use, you can simply select a standard dataset and generate a da
5353

5454
.. code-block:: python
5555
56-
import dbldatagen as df
56+
import dbldatagen as dg
5757
df = dg.Datasets(spark, "basic/user").get().build()
5858
display(df)
5959

0 commit comments

Comments
 (0)