Skip to content

Commit 04f5eb9

Browse files
authored
Update README-examples.md
1 parent 64532e7 commit 04f5eb9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/README-examples.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ workarounds.
4545
- [gtk3.py](gtk3.py): example for [PyGObject / PyGI](https://wiki.gnome.org/Projects/PyGObject)
4646
library (GTK 3). Currently broken on Mac ([#310](../../../issues/310)).
4747
- [pysdl2.py](pysdl2.py): off-screen rendering example for
48-
[PySDL2](https://github.com/marcusva/py-sdl2) library. There are issues
49-
when running on slow machine - key events are being lost (noticed on Mac).
50-
Example has some issues that are reported in Issue [#324](../../../issues/324).
48+
[PySDL2](https://github.com/marcusva/py-sdl2) library. Example has some
49+
issues that are reported in Issue [#324](../../../issues/324).
5150
- [pywin32.py](pywin32.py): example for [pywin32](https://github.com/mhammond/pywin32)
5251
library
5352
- [qt.py](qt.py): example for [PyQt4](https://wiki.python.org/moin/PyQt4),
@@ -124,4 +123,4 @@ Packaging examples:
124123
- [Issue #337](../../../issues/337) - "Example of packaging app using
125124
py2app"
126125
- [Issue #135](../../../issues/135) - "Example of packaging app using
127-
pyinstaller"
126+
pyinstaller"

0 commit comments

Comments
 (0)