From f7c0ed54de5dc6605694d9b6ec4fd4d659f517c4 Mon Sep 17 00:00:00 2001 From: NhSimple <128130797+NhSimple@users.noreply.github.com> Date: Sun, 8 Oct 2023 15:45:49 -0700 Subject: [PATCH] fix spelling error for pyspark (#1920) --- docs/communityproviders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/communityproviders.rst b/docs/communityproviders.rst index c87ee2cfb0..ed354349df 100644 --- a/docs/communityproviders.rst +++ b/docs/communityproviders.rst @@ -44,7 +44,7 @@ Here's a list of Providers written by the community: | Posts | Fake posts in markdown | `mdgen`_ | | | format | | +---------------+---------------------------+----------------------------------+ -| PySpark | Fake PySpark DataFrane | `faker_pyspark`_ | +| PySpark | Fake PySpark DataFrame | `faker_pyspark`_ | | | and Schema generator | | +---------------+---------------------------+----------------------------------+ | Vehicle | Fake vehicle information | `faker_vehicle`_ |