Skip to content

Commit

Permalink
Com' : get the same description everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mbideau committed Nov 1, 2020
1 parent 3d07c44 commit 371bbf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vcardtools
Automatically fix, split, normalize, group and merge/deduplicate vCard and VCF files (even large ones).
Automatically fix, convert, split, normalize, group, merge, deduplicate vCard and VCF files (even large ones).

## Use case

Expand Down
2 changes: 1 addition & 1 deletion vcardlib.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Library to fix / convert / split / normalize / group / merge / deduplicate
"""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
2 changes: 1 addition & 1 deletion vcardtools.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Command line tool to fix / convert / split / normalize / group / merge / deduplicate
"""Command line tool to fix, convert, split, normalize, group, merge, deduplicate
vCard and VCF files from version 2.1 to 3.0 (even large ones)."""

import argparse
Expand Down

0 comments on commit 371bbf6

Please sign in to comment.