Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
famura committed Apr 2, 2021
1 parent 49224a7 commit 957da3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov](https://codecov.io/gh/famura/blm/branch/master/graph/badge.svg?token=ESUTNFwtYY)](https://codecov.io/gh/famura/blm)
[![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A simple model to describe the backlash effect into physics simulations based on numpy
A simple model to describe the backlash effect in physics simulations based on numpy

The model implemented in this package was published as:
J. Vörös, "Modeling and identification of systems with backlash", Automatica, 2008, [link to pdf](https://www.researchgate.net/profile/Jozef-Voeroes/publication/233692268_Identification_of_cascade_systems_with_backlash/links/56b3535f08ae3d06a266451d/Identification-of-cascade-systems-with-backlash.pdf)
Expand All @@ -15,7 +15,7 @@ If you use code or ideas from this repository for your projects or research, ple
```
@misc{Muratore_SimuRLacra,
author = {Fabio Muratore},
title = {blm - A simple model to describe the backlash effect into physics simulations},
title = {blm - A simple model to describe the backlash effect in physics simulations},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
description = A simple model to describe the backlash effect into physics simulations
description = A simple model to describe the backlash effect in physics simulations
keywords = backlash, simulation, physics, modeling

[options]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This is the name of your project as to be published at PyPI: https://pypi.org/project/sampleproject/
name="blm", # https://packaging.python.org/specifications/core-metadata/#name
version="1.0", # https://www.python.org/dev/peps/pep-0440/
description="A simple model to describe the backlash effect into physics simulations",
description="A simple model to describe the backlash effect in physics simulations",
long_description=(here / "README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
url="https://github.com/famura/blm",
Expand Down

0 comments on commit 957da3b

Please sign in to comment.