From ed37c814307ad027529b052ce7a7a3d3d15cdc58 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 3 Jan 2026 11:54:07 +0000 Subject: [PATCH] python: Sort documentation for module functions in order Updates: commit 02df929dd5ac7f24a969dd4e680b8cb50bf585a7 (cherry picked from commit e4dd09af5e0f836f4b306274517f381c23f6e461) --- plugins/python/nbdkit-python-plugin.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/python/nbdkit-python-plugin.pod b/plugins/python/nbdkit-python-plugin.pod index 87750ea1..9ea00f5e 100644 --- a/plugins/python/nbdkit-python-plugin.pod +++ b/plugins/python/nbdkit-python-plugin.pod @@ -163,12 +163,6 @@ Wraps the L function. See: L -=head3 C - -Parse a string (such as "100M") into a size in bytes. - -See: L - =head3 C Parse a string (such as "100%") into a probability, returning a @@ -176,6 +170,12 @@ floating point number. See: L +=head3 C + +Parse a string (such as "100M") into a size in bytes. + +See: L + =head3 C, C, C, -- 2.47.3