From 8479250a1452b7888d85141135521bb6a8219ee2 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 29 Apr 2020 19:38:06 +0530 Subject: [PATCH] fix: broken meta on challenges (#38681) --- curriculum/challenges/_meta/python-for-everybody/meta.json | 2 +- curriculum/challenges/_meta/tensorflow/meta.json | 2 +- ...string-and-lists.english.md => strings-and-lists.english.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/{string-and-lists.english.md => strings-and-lists.english.md} (100%) diff --git a/curriculum/challenges/_meta/python-for-everybody/meta.json b/curriculum/challenges/_meta/python-for-everybody/meta.json index 735d2884ec..df1fb04ccc 100644 --- a/curriculum/challenges/_meta/python-for-everybody/meta.json +++ b/curriculum/challenges/_meta/python-for-everybody/meta.json @@ -88,7 +88,7 @@ ], [ "5e7b9f090b6c005b0e76f066", - "String and Lists" + "Strings and Lists" ], [ "5e7b9f090b6c005b0e76f067", diff --git a/curriculum/challenges/_meta/tensorflow/meta.json b/curriculum/challenges/_meta/tensorflow/meta.json index 985a6b8757..114e68bc08 100644 --- a/curriculum/challenges/_meta/tensorflow/meta.json +++ b/curriculum/challenges/_meta/tensorflow/meta.json @@ -88,7 +88,7 @@ ], [ "5e8f2f13c4cdbe86b5c72d9b", - "Natural Language Processing with RNNs" + "Natural Language Processing With RNNs" ], [ "5e8f2f13c4cdbe86b5c72d9c", diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/string-and-lists.english.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-and-lists.english.md similarity index 100% rename from curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/string-and-lists.english.md rename to curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/strings-and-lists.english.md