docs: grammar
This commit is contained in:
parent
b1a71b4d6f
commit
1ff34d0d29
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ You don't have to set up all modules at once, it's recommended to do it graduall
|
||||||
#+end_src
|
#+end_src
|
||||||
** [[file:../my/browser/export.py][my.browser.export]]
|
** [[file:../my/browser/export.py][my.browser.export]]
|
||||||
|
|
||||||
Parses Browser history using [[http://github.com/seanbreckenridge/browserexport][browserexport]]
|
Parses browser history using [[http://github.com/seanbreckenridge/browserexport][browserexport]]
|
||||||
|
|
||||||
#+begin_src python
|
#+begin_src python
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"""
|
"""
|
||||||
Parses Browser history using [[http://github.com/seanbreckenridge/browserexport][browserexport]]
|
Parses browser history using [[http://github.com/seanbreckenridge/browserexport][browserexport]]
|
||||||
"""
|
"""
|
||||||
|
|
||||||
REQUIRES = ["browserexport"]
|
REQUIRES = ["browserexport"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue