Skip to content

Commit

Permalink
Update tree-sitter-rst.
Browse files Browse the repository at this point in the history
There are some upstream fixes in how ``numpy:linspace`` is parsed.
  • Loading branch information
Carreau committed Jan 31, 2024
1 parent f6c56a3 commit 1b63a02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions papyri/tests/expected/numpy:linspace.expected
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1b63a02

Please sign in to comment.