From 4f85e2786483d44c1ff1e44e7a7968898387acc0 Mon Sep 17 00:00:00 2001 From: Kiril Isakov Date: Sun, 20 Apr 2025 01:26:40 +0200 Subject: [PATCH] [minor edit] fix typo: psudocode -> pseudocode --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 6e6cd78ace11d..9c15218794499 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -31,7 +31,7 @@ body: attributes: label: Feature Description description: > - Please describe how the new feature would be implemented, using psudocode if relevant. + Please describe how the new feature would be implemented, using pseudocode if relevant. placeholder: > Add a new parameter to DataFrame, to_series, to return a Series if possible.