From b85ce2aaaa6b7a687a452a674a27f58d9457fc33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Thu, 26 Nov 2020 21:44:24 -0600 Subject: [PATCH] Use r-string in Table.github_markdown docstring --- pytools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/__init__.py b/pytools/__init__.py index 1bc26d7..b2eecfd 100644 --- a/pytools/__init__.py +++ b/pytools/__init__.py @@ -1604,7 +1604,7 @@ class Table: return "\n".join(lines) def github_markdown(self): - """Returns a string representation of the table formatted as + r"""Returns a string representation of the table formatted as `GitHub-Flavored Markdown. <https://docs.github.com/en/github/writing-on-github/organizing-information-with-tables>`__ -- GitLab