<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -145,7 +145,7 @@ All data exposed by [thetvdb.com][tvdb] is accessible via the `Show` class. A Sh
 For example, to find out what network Scrubs is aired:
 
     &gt;&gt;&gt; t['scrubs']['network']
-    u'NBC|ABC'
+    u'NBC'
 
 The data is stored in an attribute named `data`, within the Show instance:
 
@@ -166,6 +166,7 @@ This is the recommended way of retrieving &quot;one-off&quot; data (for example, if you ar
 
 Since banners and actors are separate XML files, retrieving them by default is undesirable. If you wish to retrieve banners (and other fanart), use the `banners` Tvdb initialisation argument:
 
+    &gt;&gt;&gt; from tvdb_api import Tvdb
     &gt;&gt;&gt; t = Tvdb(banners = True)
 
 Then access the data using a `Show`'s `_banner` key:
@@ -180,16 +181,15 @@ Extended actor data is accessible similarly:
     &gt;&gt;&gt; t = Tvdb(actors = True)
     &gt;&gt;&gt; actors = t['scrubs']['_actors']
     &gt;&gt;&gt; actors[0]
-    &gt;&gt;&gt; actors[0]
     &lt;Actor &quot;Zach Braff&quot;&gt;
     &gt;&gt;&gt; actors[0].keys()
-    ['image', 'sortorder', 'role', 'id', 'name']
+    ['sortorder', 'image', 'role', 'id', 'name']
     &gt;&gt;&gt; actors[0]['role']
     u'Dr. John Michael &quot;J.D.&quot; Dorian'
 
 Remember a simple list of actors is accessible via the default Show data:
 
     &gt;&gt;&gt; t['scrubs']['actors']
-    u'|Zach Braff|Donald Faison|Sarah Chalke|Christa Miller Lawrence|Aloma Wright|Robert Maschio|Sam Lloyd|Neil Flynn|Ken Jenkins|Judy Reyes|John C. McGinley|'
+    u'|Zach Braff|Donald Faison|Sarah Chalke|Christa Miller Lawrence|Aloma Wright|Robert Maschio|Sam Lloyd|Neil Flynn|Ken Jenkins|Judy Reyes|John C. McGinley|Eliza Coupe|Dave Franco|'
 
 [tvdb]: http://www.thetvdb.com
\ No newline at end of file</diff>
      <filename>readme.md</filename>
    </modified>
    <modified>
      <diff>@@ -150,7 +150,7 @@ class Season(dict):
         instances.
 
         &gt;&gt;&gt; t = Tvdb()
-        &gt;&gt;&gt; t['scrubs'][1].search('first')
+        &gt;&gt;&gt; t['scrubs'][1].search('first day')
         [&lt;Episode 01x01 - My First Day&gt;]
         &gt;&gt;&gt;
 </diff>
      <filename>tvdb_api.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>55e9c5cdb5c455811af13481ea97e608df4300a6</id>
    </parent>
  </parents>
  <author>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </author>
  <url>http://github.com/dbr/tvdb_api/commit/d55871fb6c3088bfe24d56325933bfacd1e09cfe</url>
  <id>d55871fb6c3088bfe24d56325933bfacd1e09cfe</id>
  <committed-date>2009-10-10T10:10:33-07:00</committed-date>
  <authored-date>2009-10-10T10:10:33-07:00</authored-date>
  <message>Fixed failing doctests</message>
  <tree>d511c968653b8c761c08552e01c2aa9ee3ad903e</tree>
  <committer>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </committer>
</commit>
