]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
test_help_text fix
authorNathan Louie <nxlouie@umich.edu>
Tue, 13 Dec 2022 07:18:12 +0000 (23:18 -0800)
committerNathan Louie <nxlouie@umich.edu>
Tue, 13 Dec 2022 07:18:12 +0000 (23:18 -0800)
alembic/command.py

index c132e46c852449f78ccd12206e125842cab49549..935d847ceabf53089312545007071a38e5e00331 100644 (file)
@@ -246,8 +246,7 @@ def revision(
 def check(
     config: "Config",
 ) -> None:
-    """Checks if the revision command with autogenerate has pending upgrade
-    ops to run.
+    """Check if revision command with autogenerate has pending upgrade ops.
 
     :param config: a :class:`.Config` object.