aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/graph/graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/graph/graph.py')
-rw-r--r--bsfs/graph/graph.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bsfs/graph/graph.py b/bsfs/graph/graph.py
index a74da01..a356533 100644
--- a/bsfs/graph/graph.py
+++ b/bsfs/graph/graph.py
@@ -28,9 +28,7 @@ __all__: typing.Sequence[str] = (
## code ##
class Graph():
- """The Graph class is
-
- The Graph class provides a convenient interface to query and access a graph.
+ """The Graph class provides a convenient interface to query and access a graph.
Since it logically builds on the concept of graphs it is easier to
navigate than raw triple stores. Naturally, it uses a triple store
as *backend*. It also controls actions via access permissions to a *user*.