Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Marks some doctstrings as raw, to silence a SyntaxWarning about inval…
…id escape sequences. (#2756) Before ``` sh $ python -c 'import rdflib.extras.external_graph_libs' rdflib/extras/external_graph_libs.py:79: SyntaxWarning: invalid escape sequence '\*' """Converts the given graph into a networkx.MultiDiGraph. rdflib/extras/external_graph_libs.py:136: SyntaxWarning: invalid escape sequence '\*' """Converts the given graph into a networkx.DiGraph. rdflib/extras/external_graph_libs.py:199: SyntaxWarning: invalid escape sequence '\*' """Converts the given graph into a networkx.Graph. $ ``` After: ``` sh $ python -c 'import rdflib.extras.external_graph_libs' $ ``` Co-authored-by: Nicholas Car <[email protected]> Co-authored-by: Ashley Sommer <[email protected]>
- Loading branch information