From 8794f1eaddc6c7d581d2de475a95378af3b36f79 Mon Sep 17 00:00:00 2001 From: abhishekshah5486 Date: Tue, 6 Aug 2024 01:00:34 +0530 Subject: [PATCH] Corrected the reference from 'an PyTensor' to 'a PyTensor' in the contributing guidelines. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d3c8c875f..c3b8b1fff2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ For issues a minimal working example (MWE) is strongly recommended when relevant (fixing a typo in the documentation does not require a MWE). For discussions, MWEs are generally required. All MWEs must be implemented using PyTensor. Please do not submit MWEs if they are not implemented in PyTensor. In certain cases, -pseudocode may be acceptable, but an PyTensor implementation is always preferable. +pseudocode may be acceptable, but a PyTensor implementation is always preferable. ## Quick links