Skip to content

Commit

Permalink
Merge 0546632 into e79819d
Browse files Browse the repository at this point in the history
  • Loading branch information
GotoCode committed Jan 25, 2018
2 parents e79819d + 0546632 commit e767143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mkdocs/docs/pythonWidgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ app.go()
This will set a maximum length for the specified Entry.
Any additional characters typed will be discarded.

* `.setEntryValid(title)` & `.setEntryInvalid(title)` & `.setEntryWaitingValidaiton(title)`
* `.setEntryValid(title)` & `.setEntryInvalid(title)` & `.setEntryWaitingValidation(title)`
These will set the relevant status of a validation Entry.
(Have a look [here](/specialCharacters) for help displaying special characters)
![EntryValidation](img/entValidation.png)
Expand Down Expand Up @@ -772,7 +772,7 @@ app.go()

####Add Meters
* `.addMeter(name)` & `.addSplitMeter(name)` & `.addDualMeter(name)`
Adds a meter with the specified name, of the specified type..
Adds a meter with the specified name, of the specified type.
####Set Meters
* `.setMeter(name, value, text=None)`
Changes the specified meter to the specified value.
Expand Down

0 comments on commit e767143

Please sign in to comment.