Small fix for python doc (#2696)
authorIlya Churaev <ilya.churaev@intel.com>
Fri, 16 Oct 2020 15:12:20 +0000 (18:12 +0300)
committerGitHub <noreply@github.com>
Fri, 16 Oct 2020 15:12:20 +0000 (18:12 +0300)
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pyx

index cea04fc..21cd5aa 100644 (file)
@@ -244,7 +244,7 @@ cdef class IECore:
             versions[device].major = ver.apiVersion.major
         return versions
 
-    ## Reads a network from the Intermediate Representation (IR) and creates an `IENetwork`.
+    ## Reads a network from Intermediate Representation (IR) or ONNX formats and creates an `IENetwork`.
     #  @param model: A `.xml`, `.onnx`or `.prototxt` model file or string with IR.
     #  @param weights: A `.bin` file of the IR. Depending on `init_from_buffer` value, can be a string path or
     #                  bytes with file content.