Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit 766a633

Browse files
committed
Add link to PEP 257 documentation in readme
1 parent 814c335 commit 766a633

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Python Docstring Formatter Extension
22

3-
Simple extension that implements [`docformatter`](https://pypi.org/project/docformatter/)
4-
as a native VSCode formatter. The formatter uses PEP 257 as a guide.
3+
Simple extension that implements
4+
[`docformatter`](https://pypi.org/project/docformatter/) as a native VSCode
5+
formatter. The formatter uses
6+
[PEP 257](https://www.python.org/dev/peps/pep-0257/) as a guide.
57

68
## Features
79

0 commit comments

Comments
 (0)