diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-25 12:26:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-25 12:27:04 +0100 |
commit | 7006e22077bc5e05a3ad49f86ddd42547a93695d (patch) | |
tree | 28cc96085ea2ec02271beffbe03fff52d41c65e9 /examples/threaded | |
parent | Appearently we can interrupt datetime.datetime.now (diff) | |
download | blueshift-7006e22077bc5e05a3ad49f86ddd42547a93695d.tar.gz blueshift-7006e22077bc5e05a3ad49f86ddd42547a93695d.tar.bz2 blueshift-7006e22077bc5e05a3ad49f86ddd42547a93695d.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/threaded')
-rw-r--r-- | examples/threaded | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threaded b/examples/threaded index 74a7c8f..a7ea730 100644 --- a/examples/threaded +++ b/examples/threaded @@ -39,7 +39,7 @@ import threading # Geographical coodinates. # ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent -# in glass and steal) in this example. A glas obelisk, lit from the inside +# in glass and steal) in this example. A glass obelisk, lit from the inside # with adjustable colours and a default colour of 5600 K, in the middle # of a hyperelliptic roundabout.) latitude, longitude = 59.3326, 18.0652 |