From 8a246978e9812a2448f43d0df24a82d51e850d53 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Sat, 27 Apr 2024 12:38:06 -0400 Subject: [PATCH] Markdown fix --- web/pandas/pdeps/0013-logical-type-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/pdeps/0013-logical-type-system.md b/web/pandas/pdeps/0013-logical-type-system.md index 8c686732dcf8d..17e493d4e3b2b 100644 --- a/web/pandas/pdeps/0013-logical-type-system.md +++ b/web/pandas/pdeps/0013-logical-type-system.md @@ -102,7 +102,7 @@ class BaseType: ... ``` -The theory behind this PDEP is that most users /should not care/ about the physical type that is being used. But if the abstraction our logical type provides is too much, a user could at least inspect and potentially configure which physical type to use. +The theory behind this PDEP is that most users _should not_ care about the physical type that is being used. But if the abstraction our logical type provides is too much, a user could at least inspect and potentially configure which physical type to use. With regards to how we may expose such types to end users, there are two currently recognized proposals. The first would use factory functions to create the logical type, i.e. something like: