Fix formatting

This commit is contained in:
MikeTheWatchGuy 2018-07-11 22:35:08 -04:00
parent a372c95562
commit 713557e734
1 changed files with 38 additions and 36 deletions

View File

@ -84,6 +84,7 @@ PySimpleGUI can be broken down into 2 types of API's:
SG.MsgBox('Variable number of parameters example', my_variable, second_variable, "etc")
Each new item begins on a new line in the Message Box
![variablearguments](https://user-images.githubusercontent.com/13696193/42598375-022bc51e-852a-11e8-8f77-4d664ae1a560.jpg)
#### Optional Parameters to a Function Call
@ -131,6 +132,7 @@ The differences tend to be the number and types of buttons. Here are the calls
import PySimpleGUI as SG
`SG.MsgBoxOK('This is an OK MsgBox')`
![msgboxok](https://user-images.githubusercontent.com/13696193/42599852-8dd6914e-852e-11e8-888f-f133d787210b.jpg)
SG.MsgBoxOKCancel('This is an OK Cancel MsgBox')