From 5792fb2b82791073ed6269e8e9face45000c13c3 Mon Sep 17 00:00:00 2001 From: Linden Wells <62700647+lindenwells@users.noreply.github.com> Date: Fri, 2 Jun 2023 02:35:50 +1000 Subject: [PATCH] fix typo in docs (#1201) Signed-off-by: Linden Wells --- docs/source/dtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/dtypes.rst b/docs/source/dtypes.rst index a914948db..4f5a30655 100644 --- a/docs/source/dtypes.rst +++ b/docs/source/dtypes.rst @@ -18,7 +18,7 @@ Pandera defines its own interface for data types in order to abstract the specifics of dataframe-like data structures in the python ecosystem, such as Apache Spark, Apache Arrow and xarray. -The pandera type system servers twow function: +The pandera type system serves two functions: 1. To provide a standardized API for data types that work well within pandera so users can define data types with it if they so desire.