Skip to content

Commit

Permalink
PyPI crashed the entire deployment due to a tiny typo in the readme f…
Browse files Browse the repository at this point in the history
…ile. Fixed it.
  • Loading branch information
sigvaldm committed Mar 10, 2022
1 parent 104e802 commit 5d9f759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ This example fits the data to a tan-function, which becomes very large towards t

Example 4: Multivariate output
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Both the input and the output may be multidimensional. In this example, the input is univariate, but the output multivariate::
Both the input and the output may be multidimensional. In this example, the input is univariate, but the output multivariate.

Output::

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
version=version,
description='Local Polynomial Regression',
long_description=long_description,
long_description_content_type='text/x-rst',
author='Sigvald Marholm',
author_email='marholm@marebakken.com',
url='https://github.com/sigvaldm/localreg.git',
Expand All @@ -49,4 +50,3 @@
'Programming Language :: Python :: 3.9',
]
)

0 comments on commit 5d9f759

Please sign in to comment.