Skip to content

Commit

Permalink
Correct abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Nov 27, 2018
1 parent 0fdf6ef commit 096b4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/DavidMStraub/parton.svg?branch=master)](https://travis-ci.org/DavidMStraub/parton) [![Coverage Status](https://coveralls.io/repos/github/DavidMStraub/parton/badge.svg?branch=master)](https://coveralls.io/github/DavidMStraub/parton?branch=master)

# parton – a Python package for parton densities and parton luminosities
# parton – a Python package for parton distributions and parton luminosities

parton is a Python package providing parton density functions and parton luminosities. It uses the PDF data files provided by the [LHAPDF](https://lhapdf.hepforge.org/) project. Its API is partially compatible to LHAPDF's Python API, even though only a subset of its features are implemented.
parton is a Python package providing parton distribution functions and parton luminosities. It uses the PDF data files provided by the [LHAPDF](https://lhapdf.hepforge.org/) project. Its API is partially compatible to LHAPDF's Python API, even though only a subset of its features are implemented.

parton is written in pure Python, i.e. it runs on Linux, Mac OS, and Windows.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
version='0.1',
author='David M. Straub',
author_email='david.straub@tum.de',
description='Python package for parton densities and parton luminosities',
description='Python package for parton distributions and parton luminosities',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
license='MIT',
Expand Down

0 comments on commit 096b4d3

Please sign in to comment.