• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision308c1176c0b5824aa273d26ef4fb61314668fc46 (tree)
l'heure2017-10-23 05:51:50
AuteurAlbert Mietus <albert@miet...>
CommiterAlbert Mietus

Message de Log

typos removed (online)

Change Summary

Modification

diff -r d1d48a212ae1 -r 308c1176c0b5 pyMESS/training/dPID/class.rst
--- a/pyMESS/training/dPID/class.rst Sun Oct 22 20:50:18 2017 +0000
+++ b/pyMESS/training/dPID/class.rst Sun Oct 22 20:51:50 2017 +0000
@@ -6,10 +6,10 @@
66 ====================
77 :status: RC-1.0
88
9-This articles shows the :class:`dpid.PID` documentation, as specified in :ref:`the python file
9+This article shows the :class:`dpid.PID` documentation, as specified in :ref:`the python file
1010 <dPID_code>`.
1111
12-It specifies the *interface* the discrete-PID-controller. Study it to understand how the
12+It specifies the *interface* to a discrete-PID-controller. Study it to understand how the
1313 class should be used. Then start writing python code to test it.
1414
1515 .. attention:: Its’ a **python-coding** exercise