Skip to content

Commit

Permalink
gh-38464: remove stray r
Browse files Browse the repository at this point in the history
<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixes #12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixes #12345". -->

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->

- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation and checked the documentation
preview.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - #12345: short description why this is a dependency -->
<!-- - #34567: ... -->

URL: #38464
Reported by: Martin Rubey
Reviewer(s): Frédéric Chapoton
  • Loading branch information
Release Manager committed Aug 3, 2024
2 parents 270177b + 44fd973 commit 79b1311
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tarball=configure-VERSION.tar.gz
sha1=d21dcef9ea75fb52a89af8592796f8a2d97d3f2f
sha256=ce97f7eecff470cc7dc4c6dce7f0e5e7e85382c2411b23bc6eb9c6934b002ada
sha1=fe5d8514b2705668c7d170aff73d317ce8e59fcb
sha256=6c85b694c7440618f9074e10e94880289e175e1b005ce24ebfb247a05a33bb25
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f473d0954b37ab99d3530145c0f4536e4f0d88c9
d0484a47bb178d1a47bd5e038a579334d5b85ddc
2 changes: 1 addition & 1 deletion src/sage/categories/examples/algebras_with_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def one_basis(self):
Return the empty word, which index the one of this algebra,
as per :meth:`AlgebrasWithBasis.ParentMethods.one_basis`.
EXAMPLES::r
EXAMPLES::
sage: A = AlgebrasWithBasis(QQ).example() # needs sage.modules
sage: A.one_basis() # needs sage.modules
Expand Down

0 comments on commit 79b1311

Please sign in to comment.