Skip to content

Commit

Permalink
doc: Fix method reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Nov 7, 2023
1 parent 8761ce0 commit 514eda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/hooks/track_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TrackOperations:
``GitPython`` is installed in the environment.
Each call to the hook adds a single JSON line to the log file. These can be
read using the `json` builtin package or :method:`~.read_log`.
read using the `json` builtin package or :meth:`~.TrackOperations.read_log`.
The current schema has the following structure:
Expand Down

0 comments on commit 514eda6

Please sign in to comment.