From 948514f604f37034b86e5274bb53242eb65a7ad5 Mon Sep 17 00:00:00 2001 From: Asriel Senna Date: Sun, 19 May 2024 18:08:01 +0200 Subject: [PATCH] doc: Update/fix SeadData signature --- LISEZMOI.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LISEZMOI.rst b/LISEZMOI.rst index dbb4d55..4066390 100644 --- a/LISEZMOI.rst +++ b/LISEZMOI.rst @@ -179,7 +179,7 @@ Contenu du sous-module SVG Ces éléments se trouvent dans le sous-module ``parliamentarch.svg``. -``SeatData(data, color, border_size, border_color)`` +``SeatData(data, color, border_size=0, border_color="#000")`` Une classe informant la représentation d'un siège ou d'un groupe de sièges. diff --git a/README.rst b/README.rst index 5ca2529..2a548f0 100644 --- a/README.rst +++ b/README.rst @@ -178,7 +178,7 @@ SVG submodule content These are found in the ``parliamentarch.svg`` submodule. -``SeatData(data, color, border_size, border_color)`` +``SeatData(data, color, border_size=0, border_color="#000")`` A class representing how to display a given seat or set of seats.