Skip to content

Commit

Permalink
utils: one minor fix in the comments
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
  • Loading branch information
ikerexxe committed Nov 28, 2024
1 parent 16fbc76 commit affe392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sssd_test_framework/utils/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def FromOutput(cls, stdout: str) -> IdEntry:

class PasswdEntry(object):
"""
Result of ``getent group``
Result of ``getent passwd``
"""

def __init__(self, name: str, password: str, uid: int, gid: int, gecos: str, home: str, shell: str) -> None:
Expand Down

0 comments on commit affe392

Please sign in to comment.