Skip to content

Commit 266791d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f8d1fff commit 266791d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electronics/wheatstone_bridge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def wheatstone_solver(
1010
an unknown resistance by balancing two legs of a bridge circuit.
1111
1212
The bridge is said to be balanced when no current flows
13-
through the galvanometer connected between the midpoints
13+
through the galvanometer connected between the midpoints
1414
of the two voltage dividers.
1515
Balance condition:
1616
R1 / R2 = R3 / R4
@@ -20,7 +20,7 @@ def wheatstone_solver(
2020
- Strain gauge circuits
2121
- Sensor calibration
2222
This function can calculate the unknown resistance in an wheatstone
23-
network, given that the three other resistances
23+
network, given that the three other resistances
2424
in the network are known.
2525
2626
Usage examples:

0 commit comments

Comments
 (0)