-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edited the test error messages and touched up docs. (#3540)
[no important files changed]
- Loading branch information
Showing
6 changed files
with
78 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"blurb": "The 'str' class provides many useful 'string-methods'. They can be used for cleaning, splitting, translating, or otherwise working with any 'str' object. Because strings are immutable, any functions or methods that operate on a 'str' will return a new instance or copy of the 'str' rather than modifying the original 'str' object.", | ||
"authors": ["kimolivia"], | ||
"contributors": ["valentin-p", "bethanyg"] | ||
"contributors": ["valentin-p", "BethanyG"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[ | ||
{ | ||
"url": "https://docs.python.org/3/library/stdtypes.html#string-methods", | ||
"description": "string methods" | ||
"description": "Python Documentation: string methods" | ||
}, | ||
{ | ||
"url": "https://docs.python.org/3/library/stdtypes.html#common-sequence-operations", | ||
"description": "common sequence operations" | ||
"description": "Python Documentation: common sequence operations" | ||
}, | ||
{ | ||
"url": "https://realpython.com/python-strings/", | ||
"description": "strings and character data in Python" | ||
"description": "Real Python: strings and character data in Python" | ||
}, | ||
{ | ||
"url": "https://www.programiz.com/python-programming/string", | ||
"description": "more string operations and functions" | ||
"description": "Programiz: more string operations and functions" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
], | ||
"contributors": [ | ||
"valentin-p", | ||
"bethanyg" | ||
"BethanyG" | ||
], | ||
"files": { | ||
"solution": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters