Skip to content
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthias committed Apr 12, 2017
1 parent 2eb7e3e commit 5109ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions in_depth_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ Our classifier is now published, but to use it we need to connect it to an event
.. code :: bash

~/Iris.Classify/ $ nstack notebook
import Iris.Classify:0.0.1-SNAPSHOT as Classifier
Sources.http<(Double, Double, Double, Double) | Classifier.predict | Sinks.log<Text>
import Iris.Classify:0.0.1-SNAPSHOT as Classifier;
Sources.http<(Double, Double, Double, Double)> | Classifier.predict | Sinks.log<Text>
[Ctrl-D]

This creates an HTTP endpoint on ``http://localhost:8080/irisendpoint`` which can receive four ``Double``\s, and writes the results to the log as ``Text``. Let's check it is running as a process:
Expand Down

0 comments on commit 5109ac1

Please sign in to comment.