about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander_Kabui2025-01-09 12:04:54 +0300
committerAlexander_Kabui2025-01-09 12:04:54 +0300
commitec0b1563cce151ef8de5f92f61342924d87d63b0 (patch)
tree57476986d468eef3f967137afe164a4916a374ab
parent7be70a40f885f23bec6a83b5c8abb17c5dd6e650 (diff)
downloadgenenetwork3-ec0b1563cce151ef8de5f92f61342924d87d63b0.tar.gz
Minor typo fix.
-rw-r--r--gn3/api/streaming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/streaming.py b/gn3/api/streaming.py
index 355d903..2b6b431 100644
--- a/gn3/api/streaming.py
+++ b/gn3/api/streaming.py
@@ -11,7 +11,7 @@ streaming = Blueprint("stream", __name__)
 @streaming.route("/<identifier>",  methods=["GET"])
 def stream(identifier):
     """ This endpoint streams stdout from a file.
-    It expects the indetifier to be the filename
+    It expects the identifier to be the filename
     in the TMPDIR created at the main computation
     endpoint see example api/rqtl."""
     output_file = os.path.join(current_app.config.get("TMPDIR"),