tschoonj / xraylib

A library for X-ray matter interaction cross sections for X-ray fluorescence applications
https://github.com/tschoonj/xraylib/wiki
Other
123 stars 56 forks source link

Python example style improvements #36

Closed adler-j closed 7 years ago

adler-j commented 7 years ago

Some improvements to the python example to make it follow official python style (as per pep8: https://www.python.org/dev/peps/pep-0008/) and use the new format method instead of the old c-style %f

tschoonj commented 7 years ago

Thanks!