From 1b63a02809f48bd68c5303d1e21b2e664c51e704 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 29 Dec 2023 11:14:54 +0100 Subject: [PATCH] Update tree-sitter-rst. There are some upstream fixes in how ``numpy:linspace`` is parsed. --- papyri/tests/expected/numpy:linspace.expected | 4 ++-- tree-sitter-rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/papyri/tests/expected/numpy:linspace.expected b/papyri/tests/expected/numpy:linspace.expected index 7effcde5..718a9212 100644 --- a/papyri/tests/expected/numpy:linspace.expected +++ b/papyri/tests/expected/numpy:linspace.expected @@ -6,8 +6,8 @@ Return evenly spaced numbers over a specified interval. ## Extended Summary -Returns num evenly spaced samples, calculated over the interval [`start`, stop -]. +Returns num evenly spaced samples, calculated over the interval [start, stop]. + The endpoint of the interval can optionally be excluded. diff --git a/tree-sitter-rst b/tree-sitter-rst index 3fc88d20..3ba9eb9b 160000 --- a/tree-sitter-rst +++ b/tree-sitter-rst @@ -1 +1 @@ -Subproject commit 3fc88d2097bc854ab6bf70c52b3c482849cf8e8f +Subproject commit 3ba9eb9b5a47aadb1f2356a3cab0dd3d2bd00b4b