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

Commit 2c6f7ee

Browse files
author
Matthias Koeppe
committed
src/sage/categories/pushout.py: Fix pycodestyle
1 parent 9c299cf commit 2c6f7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/pushout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ def __init__(self, n=None, is_sparse=False, inner_product_matrix=None, *,
18731873
self.latex_name_mapping = latex_name_mapping
18741874

18751875
def _apply_functor(self, R):
1876-
"""
1876+
r"""
18771877
Apply the functor to an object of ``self``'s domain.
18781878
18791879
TESTS::

0 commit comments

Comments
 (0)