Adjust some error messages in `combinat/`
Closed this issue · 12 comments
fchapoton commented
Namely, put them into the standard: no capital, no final dot.
Found cases that needed this fix using
git grep -c "Error(.*\.[\"\'].*)" src/sage/combinat/
There remains more to fix, kept for other tickets.
Component: combinatorics
Keywords: style
Author: Frédéric Chapoton
Branch/Commit: 2dbc25c
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33367
fchapoton commented
Branch: u/chapoton/33367
fchapoton commented
comment:2
purely cosmetic ticket, green bot, so please review
sagetrac-git commented
sagetrac-git commented
Branch pushed to git repo; I updated commit sha1. New commits:
2dbc25c | fix one typo in sine-Gordon |
fchapoton commented
Description changed:
---
+++
@@ -1 +1,9 @@
namely, put them into the standard : no capital, no final dot
+
+found using
+
+```
+git grep -c "Error(.*\.[\"\'].*)" src/sage/combinat/
+```
+
+There remains more to fix, kept for other tickets.slel commented
Changed keywords from none to style
slel commented
Description changed:
---
+++
@@ -1,6 +1,6 @@
-namely, put them into the standard : no capital, no final dot
+Namely, put them into the standard: no capital, no final dot.
-found using
+Found cases that needed this fix using
```
git grep -c "Error(.*\.[\"\'].*)" src/sage/combinat/tscrim commented
Reviewer: Travis Scrimshaw
tscrim commented
comment:6
LGTM.
vbraun commented
Changed branch from u/chapoton/33367 to 2dbc25c