From b7ac2131f4c721dd3b10d429a545818c286e6337 Mon Sep 17 00:00:00 2001 From: Samuel Roach Date: Mon, 6 Jun 2022 02:04:53 +0100 Subject: [PATCH] Updated function tables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51bdcd..3e72e4d 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ More detail on the available functions within the ``Ergast()`` class is availabl | Name | Arguments | Notes | | --------------- | ------------------------ | ------------------------------------------------------------------------------ | | season | year: int | If you call season with no arguments it will default to the current season | -| round | round: int | If you call round with no arguments it will default to the last round | +| round | round_no: int | If you call round with no arguments it will default to the last round | | driver | driver: Driver | The Driver equivalent of ``driver_str`` | | driver_str | driver: str | The String equivalent of ``driver``. Must use driver's driverId | | constructor | constructor: Constructor | The Constructor equivalent of ``constructor_str`` |