Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 006a205

Browse files
Update PythonPID_Simulator.pyw
1 parent c2683d0 commit 006a205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonPID_Simulator.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class PID_Simulator(object):
217217
"""
218218
plt.style.use("bmh")
219219
self.root = ttk.Window()
220-
self.root.title("Python PID Simulator - PID Tuning Ireland©")
220+
self.root.title("Python PID Simulator")
221221
self.root.state("zoomed")
222222
# Adjust theme to suit
223223
style = ttk.Style(theme="yeti")

0 commit comments

Comments
 (0)