Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit c81fde8

Browse files
authored
fix typo
1 parent c0964a6 commit c81fde8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We use ``black`` as our style guide. To fix your format run `pip install pre-com
5050
1. Methods should be atomic. A method shouldn't be longer than 75 lines, e.g. can be fit into the computer screen without scrolling.
5151
1. If a method has arguments that don't fit into one line, each argument should be in its own line for readability.
5252
1. Add ``__init__.py`` for every folder.
53-
1. F-strings are prefered to formatted strings.
53+
1. F-strings are preferred to formatted strings.
5454
1. Loggers are preferred to print. Use the logger from NeMo via ``from nemo.utils import logging``
5555
1. Private functions (functions start with ``_``) shouldn't be called outside its host file.
5656
1. If a comment lasts multiple lines, use ``'''`` instead of ``#``.

0 commit comments

Comments
 (0)