Skip to content

Commit

Permalink
Quality: improved the library/module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mbideau committed Nov 1, 2020
1 parent b889d80 commit dd7af1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcardlib.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# vcardtools - library
""" Library to fix/convert/group/merge vCards from version 2.1 to 3.0."""
"""Library to fix / convert / split / normalize / group / merge / deduplicate
vCard and VCF files from version 2.1 to 3.0 (even large ones)."""
# pylint: disable=too-many-lines


Expand Down

0 comments on commit dd7af1d

Please sign in to comment.