diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-03-28 19:55:20 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-04-04 18:27:39 +0200 |
commit | bd677371618e3fe3d8e8b91ab7cab6663152f18c (patch) | |
tree | 70ead2fc58383166f7348a21d125850cb3844b02 /testing/tests | |
parent | d7d830a6a83572eea4620089e6600c23179c2ca4 (diff) |
[docs] improve docstrings and comments from review
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/blobs/test_blobs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/blobs/test_blobs.py b/testing/tests/blobs/test_blobs.py index 5b210bb2..ecb180f1 100644 --- a/testing/tests/blobs/test_blobs.py +++ b/testing/tests/blobs/test_blobs.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. """ -Tests for cryptographic related stuff. +Tests for blobs handling. """ from twisted.trial import unittest from twisted.internet import defer |