From 1273b0ca612473963d4ae1b5b03da6d0b4cc0f4e Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Mon, 13 Apr 2020 23:48:58 +0100 Subject: [PATCH] update docstrings --- my/fbmessenger.py | 2 +- my/feedbin.py | 2 +- my/feedly.py | 2 +- my/location/takeout.py | 2 +- my/photos/__init__.py | 2 +- my/reddit.py | 2 +- my/twitter.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/my/fbmessenger.py b/my/fbmessenger.py index 84c72de..0ae0e54 100644 --- a/my/fbmessenger.py +++ b/my/fbmessenger.py @@ -1,5 +1,5 @@ """ -Module for Facebook Messenger messages +Facebook Messenger messages Uses output for input data [[https://github.com/karlicoss/fbmessengerexport][fbmessengerexport]]. """ diff --git a/my/feedbin.py b/my/feedbin.py index a31a53a..3492afb 100644 --- a/my/feedbin.py +++ b/my/feedbin.py @@ -1,5 +1,5 @@ """ -Module for Feedbin RSS reader +Feedbin RSS reader """ from .common import listify diff --git a/my/feedly.py b/my/feedly.py index ca0301c..93f8823 100644 --- a/my/feedly.py +++ b/my/feedly.py @@ -1,5 +1,5 @@ """ -Module for Fedly RSS reader +Feedly RSS reader """ from .common import listify diff --git a/my/location/takeout.py b/my/location/takeout.py index 3aec270..3441f73 100644 --- a/my/location/takeout.py +++ b/my/location/takeout.py @@ -1,5 +1,5 @@ """ -Module for Google Takeout data +Google Takeout data """ import json diff --git a/my/photos/__init__.py b/my/photos/__init__.py index 905e0a1..7f4e1fe 100644 --- a/my/photos/__init__.py +++ b/my/photos/__init__.py @@ -1,5 +1,5 @@ """ -Module for accessing photos and videos, with their GPS and timestamps +Photos and videos on your filesystem, their GPS and timestamps """ # pip install geopy magic diff --git a/my/reddit.py b/my/reddit.py index 9491bd6..8a41463 100755 --- a/my/reddit.py +++ b/my/reddit.py @@ -1,5 +1,5 @@ """ -Module for Reddit data: saved items/comments/upvotes etc +Reddit data: saved items/comments/upvotes etc """ from . import init diff --git a/my/twitter.py b/my/twitter.py index 55ed0a7..fb3a36f 100755 --- a/my/twitter.py +++ b/my/twitter.py @@ -1,5 +1,5 @@ """ -Module for Twitter (uses official twitter archive export) +Twitter data (uses official twitter archive export) See https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive """