瀏覽代碼

[jobsub] Misspell in job sample description

At the same time s/"/'/ as cloning cuts the description before the "
Romain Rigaux 13 年之前
父節點
當前提交
4984b7b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/jobsub/src/jobsub/fixtures/example_data.xml

+ 1 - 1
apps/jobsub/src/jobsub/fixtures/example_data.xml

@@ -34,7 +34,7 @@
   <object pk="2" model="jobsub.ooziedesign">
     <field to="auth.user" name="owner" rel="ManyToOneRel">1</field>
     <field type="CharField" name="name">grep_example</field>
-    <field type="CharField" name="description">[Sample] Grep for "dream" in some Shakespearen text</field>
+    <field type="CharField" name="description">[Sample] Grep for 'dream' in some Shakespearean text</field>
     <field type="DateTimeField" name="last_modified">2012-04-02 02:04:34</field>
     <field to="jobsub.oozieaction" name="root_action" rel="ManyToOneRel">2</field>
   </object>