Removed context manager typo

This commit is contained in:
MikeTheWatchGuy 2018-11-16 19:40:46 -05:00
parent eff8660e18
commit 409f4d266e
2 changed files with 8 additions and 6 deletions

View File

@ -31,7 +31,7 @@
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.14.1-blue.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.14.1-blue.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-0.4.0-gold.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-01.11.0-gold.svg?longCache=true&style=for-the-badge)
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
@ -1242,7 +1242,6 @@ You can learn more about these async / non-blocking windows toward the end of th
# Window Object - Beginning a window # Window Object - Beginning a window
The first step is to create the window object using the desired window customization. The first step is to create the window object using the desired window customization.
with Window('Everything bagel', auto_size_text=True, default_element_size=(30,1)) as window:
This is the definition of the Window object: This is the definition of the Window object:
@ -3930,6 +3929,8 @@ GNU Lesser General Public License (LGPL 3) +
* [spectre6000](https://github.com/spectre6000) - Readme updates * [spectre6000](https://github.com/spectre6000) - Readme updates
* [jackyOO7](https://github.com/jackyOO7) - Demo programs. OpenCV with realtime image processing, popup keyboard, input Combo read only option. * [jackyOO7](https://github.com/jackyOO7) - Demo programs. OpenCV with realtime image processing, popup keyboard, input Combo read only option.
* [AltoRetrato](https://github.com/AltoRetrato) - Fonts for multiline and combo * [AltoRetrato](https://github.com/AltoRetrato) - Fonts for multiline and combo
* [frakman1](https://github.com/frakman1) - Sample code error
* [deajan](https://github.com/deajan) - Custom button text for Popups
## How Do I ## How Do I

View File

@ -31,7 +31,7 @@
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.14.1-blue.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.14.1-blue.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-0.4.0-gold.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-01.11.0-gold.svg?longCache=true&style=for-the-badge)
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
@ -1242,7 +1242,6 @@ You can learn more about these async / non-blocking windows toward the end of th
# Window Object - Beginning a window # Window Object - Beginning a window
The first step is to create the window object using the desired window customization. The first step is to create the window object using the desired window customization.
with Window('Everything bagel', auto_size_text=True, default_element_size=(30,1)) as window:
This is the definition of the Window object: This is the definition of the Window object:
@ -3930,6 +3929,8 @@ GNU Lesser General Public License (LGPL 3) +
* [spectre6000](https://github.com/spectre6000) - Readme updates * [spectre6000](https://github.com/spectre6000) - Readme updates
* [jackyOO7](https://github.com/jackyOO7) - Demo programs. OpenCV with realtime image processing, popup keyboard, input Combo read only option. * [jackyOO7](https://github.com/jackyOO7) - Demo programs. OpenCV with realtime image processing, popup keyboard, input Combo read only option.
* [AltoRetrato](https://github.com/AltoRetrato) - Fonts for multiline and combo * [AltoRetrato](https://github.com/AltoRetrato) - Fonts for multiline and combo
* [frakman1](https://github.com/frakman1) - Sample code error
* [deajan](https://github.com/deajan) - Custom button text for Popups
## How Do I ## How Do I