Skip to content

Commit 1d341ea

Browse files
committed
fixed typos
1 parent 55cf8c1 commit 1d341ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pathpy is an OpenSource python package for the analysis of time series data on networks using higher- and multi order graphical models. The package is specifically tailored to analyze temporal networks as well as sequential data that capture multiple short, independent paths observed in an underlying graph topology. Examples for data that can be analysed with `pathpy` include time-stamped social networks, user click streams in information networks, biological pathways, or traces of information propagating in social media.
1+
pathpy is an OpenSource python package for the analysis of time series data on networks using higher- and multi order graphical models. The package is tailored to analyse temporal networks as well as sequential data that capture multiple short, independent paths observed in an underlying graph topology. Examples for data that can be analysed with pathpy include time-stamped social networks, user click streams in information networks, biological pathways, or traces of information propagating in social networks.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'Programming Language :: Python :: 3.6',
3030
],
3131
description="An OpenSource python package for the analysis and visualisation of time series data on"
32-
"complex networks with higher- and multi-order graphical models.",
32+
" complex networks with higher- and multi-order graphical models.",
3333
install_requires=install_requirements,
3434
setup_requires=setup_requirements,
3535
long_description=readme + '\n\n' + history,

0 commit comments

Comments
 (0)