PEP 601: Fix references (#1153)

This commit is contained in:
Batuhan Taşkaya 2019-09-05 15:15:56 +03:00 committed by Nick Coghlan
parent 5b0ff2bff1
commit ca5026092d
1 changed files with 5 additions and 5 deletions

View File

@ -215,15 +215,15 @@ References
.. [4] https://wiki.sei.cmu.edu/confluence/display/java/ERR04-J.+Do+not+complete+abruptly+from+a+finally+block .. [4] https://wiki.sei.cmu.edu/confluence/display/java/ERR04-J.+Do+not+complete+abruptly+from+a+finally+block
.. [5]: https://github.com/rubocop-hq/rubocop/issues/5949 .. [5] https://github.com/rubocop-hq/rubocop/issues/5949
.. [6]: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/EnsureReturn .. [6] https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/EnsureReturn
.. [7]: https://eslint.org/docs/rules/no-unsafe-finally .. [7] https://eslint.org/docs/rules/no-unsafe-finally
.. [8]: https://social.msdn.microsoft.com/Forums/vstudio/en-US/87faf259-3c54-4f3a-8d2b-ff82de44992f/return-statement-in-finally-block?forum=netfxbcl .. [8] https://social.msdn.microsoft.com/Forums/vstudio/en-US/87faf259-3c54-4f3a-8d2b-ff82de44992f/return-statement-in-finally-block?forum=netfxbcl
.. [9]: https://stackoverflow.com/a/5788268 .. [9] https://stackoverflow.com/a/5788268
Copyright Copyright
========= =========