codebook 0.3.39

A code-aware spell checker library (dependency for codebook-lsp)
Documentation
# Example Pthon fie
def main():
    print("Hello, Wolrd!")


class JSONLD:
    def jsonld(self):
        return self.bad_spelin()

    def bad_spelin(self):
        return "Spelling is hard"


multi_line_string = """This is a multi-line string
that spans multiple linest
and is enclosed in triple quotes"""


if __name__ == "__main__":
    main()