Skip to content

Commit 0fb8030

Browse files
committed
syntax typo fix
1 parent b228f62 commit 0fb8030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def adjust_resource_limits(self):
649649
print(f"Raised RLIMIT_NOFILE to {new_fd_limit}.")
650650
except (ValueError, OSError) as err:
651651
print(f"Unable to raise RLIMIT_NOFILE from {fd_limit} to "
652-
f"{new_fd_limit}: {err}".)
652+
f"{new_fd_limit}: {err}.")
653653

654654
def main(self, tests=None, **kwargs):
655655
self.parse_args(kwargs)

0 commit comments

Comments
 (0)