Skip to content

Commit cab53d5

Browse files
committed
Update README with Google docstring note
1 parent ea693e0 commit cab53d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@
77
On the fly conversion of Python docstrings to markdown
88

99
- Python 3.6+
10-
- currently can recognise reStructuredText and convert multiple of its features to Markdown
11-
- in the future will be able to convert Google docstrings too
10+
- can recognise reStructuredText and convert multiple of its features to Markdown
11+
- since v0.13 includes initial support for Google-formatted docstrings
1212

1313
### Installation
1414

1515
```bash
1616
pip install docstring-to-markdown
1717
```
1818

19-
2019
### Example
2120

2221
Convert reStructuredText:

0 commit comments

Comments
 (0)