Skip to content

Commit

Permalink
Improve readability in cli.py comments
Browse files Browse the repository at this point in the history
Added a comma to the comments within the 'query_ds' function in the cli.py file to improve grammatical correctness and readability. No code changes were made. This adjustment enhances code comprehension and makes comments more digestible for readers.
  • Loading branch information
L1ghtn1ng committed Aug 13, 2023
1 parent 869be52 commit c435198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsrecon/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ def general_enum(
def query_ds(res, target, ns, timeout=5.0):
"""
Function for performing DS Record queries. Returns answer object. Since a
timeout will break the DS NSEC chain of a zone walk it will exit if a timeout
timeout will break the DS NSEC chain of a zone walk, it will exit if a timeout
happens.
"""
try:
Expand Down

0 comments on commit c435198

Please sign in to comment.