[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["`EnsureAsciiString` is a function that verifies if a given string or bytes contain only ASCII-safe characters."],["It accepts two arguments: `s` (the string or bytes to be checked) and `err` (the error to be raised if the string is not ASCII-safe)."],["The function will raise the `err` error if the input string contains any non-ASCII characters."],["If the input `s` is deemed ASCII-safe, the function will return it, as a byte in python 2 or a unicode in python 3."]]],[]]