Skip to content

Commit 0650655

Browse files
committed
buggy doc
1 parent 42a569c commit 0650655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
# for a list of supported languages.
9191
# This is also used if you do content translation via gettext catalogs.
9292
# Usually you set "language" from the command line for these cases.
93-
language = "en"
93+
language = "en"
9494

9595
# List of patterns, relative to source directory, that match files and
9696
# directories to ignore when looking for source files.

pina/callback/linear_weight_update_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(
1818
"""
1919
Callback initialization.
2020
21-
:param int target_epoch: The epoch at which the weight of the condition
21+
param int target_epoch: The epoch at which the weight of the condition
2222
should reach the target value.
2323
:param str condition_name: The name of the condition whose weight
2424
should be adjusted.

0 commit comments

Comments
 (0)