diff --git a/dev-python/pycxx/metadata.xml b/dev-python/pycxx/metadata.xml
index 0281b4a393da9..1ae41d3ea2f05 100644
--- a/dev-python/pycxx/metadata.xml
+++ b/dev-python/pycxx/metadata.xml
@@ -6,12 +6,12 @@
Python
- PyCXX is a set of C++ facilities to make it easier to write Python
- extensions. The chief way in which PyCXX makes it easier to write
- Python extensions is that it increases the probability that
- your program will not make a reference-counting error and will not
- have to continually check error returns from the Python C API.
-
+ PyCXX is a set of C++ facilities to make it easier to write Python
+ extensions. The chief way in which PyCXX makes it easier to write
+ Python extensions is that it increases the probability that
+ your program will not make a reference-counting error and will not
+ have to continually check error returns from the Python C API.
+
cxx