Skip to content

Commit

Permalink
Update core.py fill_missing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
formulatimer authored Mar 28, 2024
1 parent e7fcc73 commit 43ab0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastf1/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def fill_missing(self):
registered custom channels. For example:
| Linear interpolation will be used for continuous values (Speed, RPM)
| Forward-fill will be used for discrete values (Gear, DRS, ...)
b
See :meth:`register_new_channel` for adding custom channels.
"""
ret = self.copy()
Expand Down

0 comments on commit 43ab0a7

Please sign in to comment.