Skip to content

Commit

Permalink
DOC: fix misc typos (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper-Guo authored Jun 11, 2024
1 parent 6cb68db commit 70c038a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/documenting_fastf1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In general, the style guidelines and formatting conventions described in
https://matplotlib.org/stable/devel/documenting_mpl.html should be applied to
FastF1 as well.

One noteable exception is that FastF1 uses the `google docstring standard
One notable exception is that FastF1 uses the `google docstring standard
<https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html>`_
instead of the numpydoc format.

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This section offers various examples to get started with FastF1.
Example Plot
============

FastF1 is largely built ontop of Pandas DataFrames and Series. But It adds
FastF1 is largely built on top of Pandas DataFrames and Series. But It adds
its own convenient methods for working specifically with F1 data. This makes
it much easier to get started and work with the data in general. Still, you
have all the capabilities of Pandas at hand whenever you need them.
Expand Down
2 changes: 1 addition & 1 deletion docs/time_explanation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Next, the data is sliced to only include a subset of the full session.
zero is now the first sample of this set of data.
If this subset of data was sliced again, `Time` would change again so as to start at zero on the first sample.

All three of these values have a use for different reasons. Here are some exmaples.
All three of these values have a use for different reasons. Here are some examples.

To check which other cars are on track while one driver is on a fast lap `SessionTime` is useful.

Expand Down
2 changes: 1 addition & 1 deletion fastf1/req.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Cache(metaclass=_MetaCache):
Fast-F1 will per default enable caching. While this can be disabled, it
should almost always be left enabled to speed up the runtime of your
0scripts and to prevent exceeding the rate limit of api servers.
scripts and to prevent exceeding the rate limit of api servers.
The default cache directory is defined, in order of precedence, in one
of the following ways:
Expand Down

0 comments on commit 70c038a

Please sign in to comment.