commit | 0e61e67a57deb4abc677808201d7cf3c38138e02 | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <d.miyakawa@gmail.com> | Thu Oct 12 23:39:43 2017 +0900 |
committer | Éric Araujo <merwok@users.noreply.github.com> | Thu Oct 12 10:39:43 2017 -0400 |
tree | 904a042593531964bf0ef25590a34734f86ab508 | |
parent | 277c84067ff5dfa271725ee9da1a9d75a7c0bcd8 [diff] [blame] |
bpo-31567: add or fix decorator markup in docs (#3959)
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 33978e3..01ba1ec 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst
@@ -440,7 +440,7 @@ otherwise. -.. decorator:: skip_unless_symlink() +.. decorator:: skip_unless_symlink A decorator for running tests that require support for symbolic links.