diff --git a/src/doc/tutorials/first_steps.rst b/src/doc/tutorials/first_steps.rst index 34b96bbeca416107fb34feb4707b9ef46fc49fe7..486cd4d437c8b13a253cadc8ed45f49b4a7634e4 100644 --- a/src/doc/tutorials/first_steps.rst +++ b/src/doc/tutorials/first_steps.rst @@ -87,7 +87,7 @@ Ids can also come in handy when searching. Suppose you have some complicated con >>> # This condition is not that complicated and long but let's suppose it was. ->>> record = db.execute_query("FIND Analysis with quality_factor=0.08", unique=True) +>>> record = db.execute_query("FIND MusicalAnalysis with quality_factor=0.08", unique=True) >>> # You can use unique=True when you only expect one result Entity. An error will be >>> # thrown if the number of results is unequal to 1 and the resulting object will be >>> # an Entity and not a Container