Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 27aee93

Browse files
committed
correct the handling of cdot in raw string
1 parent d019743 commit 27aee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/infinite_polynomial_element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ def stretch(self, k):
12941294
12951295
OUTPUT:
12961296
1297-
Replace `v_n` with `v_{n\\cdot k}` for all generators `v_\ast` occurring in self.
1297+
Replace `v_n` with `v_{n\cdot k}` for all generators `v_\ast` occurring in self.
12981298
12991299
EXAMPLES::
13001300

0 commit comments

Comments
 (0)