Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Minor readme fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 26, 2012
1 parent 7ee73de commit 5fea2b0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
@@ -1,12 +1,11 @@
TagPy
=====

TagPy is a Python crust (or a set of Python bindings) for Scott Wheeler's
TagLib [1](http://developer.kde.org/~wheeler/taglib.html). It builds upon
Boost.Python [2](http://www.boost.org/libs/python/doc/), a wrapper generation
library which is part of the Boost set of C++ libraries
[3](http://www.boost.org). It has its own web site
[4](http://mathema.tician.de/software/tagpy).
TagPy is a a set of Python bindings for Scott Wheeler's TagLib
[1](http://developer.kde.org/~wheeler/taglib.html). It builds upon Boost.Python
[2](http://www.boost.org/libs/python/doc/), a wrapper generation library which
is part of the Boost set of C++ libraries [3](http://www.boost.org). It has its
own web site [4](http://mathema.tician.de/software/tagpy).

Just like TagLib, TagPy can:

Expand Down Expand Up @@ -138,7 +137,7 @@ exceptions:
- Enumerations form their own scope and are not part of any
enclosing class scope, if any.

For example, the value "TagLib::String::UTF16BE" from the
For example, the value `TagLib::String::UTF16BE` from the
enum `TagLib::String::Type` is now `tagpy.StringType.UTF16BE`.

- `TagLib::String` objects are mapped to and expected as Python
Expand Down

0 comments on commit 5fea2b0

Please sign in to comment.