summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 10635811df..027ac6f55f 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -465,7 +465,7 @@ Available mpv-only filters are:
::
import vapoursynth as vs
- core = vs.get_core()
+ from vapoursynth import core
core.std.AddBorders(video_in, 10, 10, 20, 20).set_output()
.. warning::