diff --git a/docs/common_arguments.rst b/docs/common_arguments.rst index e378beeb8..874f1214e 100644 --- a/docs/common_arguments.rst +++ b/docs/common_arguments.rst @@ -66,3 +66,7 @@ See the documentation of :doc:`/scripts/csvclean` for a description of the defau .. note:: The ``--encoding`` option has no effect if reading from standard input. Set the ``PYTHONIOENCODING`` environment variable instead. + +.. seealso:: + + For a list of possible values for the ``--encoding`` option, see the `Python documentation `__.