Skip to content

Commit 56fa265

Browse files
Tweak READMEs.
1 parent a5d75bf commit 56fa265

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains a GUI building and packaging tutorial using the
55

66
## Tutorial summary
77

8-
In this workshop, we will learn to embed scientific tools into a robust
8+
In this 4h workshop, we will learn to embed scientific tools into a robust
99
scientific application that can scale from a tiny UI to a large platform. As an
1010
example, attendees will build an image browser application (including
1111
face-detection capabilities), allowing users to search through their pictures,
@@ -15,8 +15,9 @@ packages from the Enthought Tool Suite such as Traits, TraitsUI and Pyface. In
1515
the process, attendees will learn how to design clean, maintainable and
1616
scalable applications, and discuss sharing your tool with your users.
1717

18-
Ultimately, we will be building fairly sofisticated application that allows
19-
users to explore images on their machines and detect faces in them:
18+
Ultimately, by the end of the workshop, we will have built a fairly
19+
sophisticated application that allows users to explore images on their machines
20+
and detect faces in them:
2021

2122
![full app screenshot](pycasa_final.png)
2223

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Hello world as a Pyface application
22

33
This is a single file pyface application to display a Hello World message as an
4-
application. The next stage, 4.1, has the same content by splatters the content
5-
into a proper Python package so each layer can grow.
4+
application. The next stage, 4.1, has the same content but splatters it into a
5+
proper Python package so each layer can grow.

0 commit comments

Comments
 (0)