Skip to content

Commit d053a30

Browse files
committed
Fix typo
1 parent 2cfabfd commit d053a30

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

minicps/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2-
MiniCPS is a lightweight simulator for accurate network traffic in an
3-
industrial control system, with basic support for physical layer interaction.
2+
MiniCPS is a framework for Cyber-Physical Systems \
3+
real-time simulation. It includes support for physical process and \
4+
control devices simulation, and network emulation. It is built \
5+
on top of mininet.
46
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# NOTE: long_description displayed on PyPi
1414
long_description='MiniCPS is a framework for Cyber-Physical Systems \
1515
real-time simulation. It includes support for physical process and \
16-
control devices simulation, and network emulation. It is build \
16+
control devices simulation, and network emulation. It is built \
1717
on top of mininet.',
1818
url='https://github.com/scy-phy/minicps',
1919
author='Daniele Antonioli',

0 commit comments

Comments
 (0)