From e8fbc313639fa0f849c94fc9345b6a9784de489b Mon Sep 17 00:00:00 2001 From: Alex Malins Date: Tue, 13 Aug 2024 22:23:00 +0900 Subject: [PATCH] grammar revise --- docs/api/single_graph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/single_graph.rst b/docs/api/single_graph.rst index e0b2595..79739f3 100644 --- a/docs/api/single_graph.rst +++ b/docs/api/single_graph.rst @@ -1,7 +1,7 @@ SingleGraph ============ -``SingleGraph``\ s convert a molecule into a SMIRKS pattern by +A ``SingleGraph`` converts a molecule into a SMIRKS pattern by converting information about the atoms and bonds. The ``SingleGraph`` stores only one molecule. It can convert only certain atoms or the *entire* molecule into a SMIRKS pattern.