diff --git a/subprojects/gst-python/README.md b/subprojects/gst-python/README.md index 4ee2e7ff83..11d866b0ff 100644 --- a/subprojects/gst-python/README.md +++ b/subprojects/gst-python/README.md @@ -39,7 +39,7 @@ to use the overrides. They will be loaded automatically on ```python import gi gi.require_version('Gst', '1.0') -gi.repository import GObject, Gst +from gi.repository import GObject, Gst ``` Note that additional imports will be required for other GStreamer libraries to