Skip to content

Commit aea731e

Browse files
BethanyGcmccandless
authored andcommitted
Rename string-methods Concept Exercise to "Little Sisters Essay"
* Renamed concept exercise to story name. * Exercise rename to story title. * added one link and trailing newline. * Added uuid and entry for str-methods (little sisters essay) exercise. * Fixed typo in story title.
1 parent 93adcea commit aea731e

9 files changed

Lines changed: 6 additions & 2 deletions

File tree

concepts/string-methods/links.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
"description": "common sequence operations"
99
},
1010
{
11-
"url": "https://realpython.com/python-string-formatting/",
12-
"description": "string formatting best practices"
11+
"url": "https://realpython.com/python-strings/",
12+
"description": "strings and character data in Python"
1313
},
1414
{
1515
"url": "https://www.programiz.com/python-programming/string",
1616
"description": "more string operations and functions"
17+
},
18+
{
19+
"url": "https://realpython.com/python-string-formatting/",
20+
"description": "string formatting best practices"
1721
}
1822
]
File renamed without changes.

exercises/concept/string-methods/.docs/instructions.md renamed to exercises/concept/little-sisters-essay/.docs/instructions.md

File renamed without changes.

exercises/concept/string-methods/.docs/introduction.md renamed to exercises/concept/little-sisters-essay/.docs/introduction.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

exercises/concept/string-methods/str_methods_test.py renamed to exercises/concept/little-sisters-essay/str_methods_test.py

File renamed without changes.

0 commit comments

Comments
 (0)