aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/graph/graph.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-01 13:06:59 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-01 13:06:59 +0100
commita5695dcc4e1be8fccd0b35ba4672cdb3c2c119d7 (patch)
tree753cc250c741e6b38a53b50430bfe0aaec181da9 /bsfs/graph/graph.py
parent1a6b812276326d03869cd78d3a184868233c05d4 (diff)
downloadbsfs-a5695dcc4e1be8fccd0b35ba4672cdb3c2c119d7.tar.gz
bsfs-a5695dcc4e1be8fccd0b35ba4672cdb3c2c119d7.tar.bz2
bsfs-a5695dcc4e1be8fccd0b35ba4672cdb3c2c119d7.zip
minor fixes
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*.