Skip to content

Commit acea87c

Browse files
committedApr 6, 2023
Spelling
1 parent 84dfaf2 commit acea87c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/auto_additions/qgis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3438,7 +3438,7 @@
34383438
Qgis.PostgresRelKind.CompositeType.__doc__ = "Composition type"
34393439
Qgis.PostgresRelKind.ToastTable.__doc__ = "TOAST table"
34403440
Qgis.PostgresRelKind.ForeignTable.__doc__ = "Foreign table"
3441-
Qgis.PostgresRelKind.PartitionedTable.__doc__ = "PartionedTable"
3441+
Qgis.PostgresRelKind.PartitionedTable.__doc__ = "Partitioned table"
34423442
Qgis.PostgresRelKind.__doc__ = 'Postgres database relkind options.\n\n.. versionadded:: 3.32\n\n' + '* ``NotSet``: ' + Qgis.PostgresRelKind.NotSet.__doc__ + '\n' + '* ``Unknown``: ' + Qgis.PostgresRelKind.Unknown.__doc__ + '\n' + '* ``OrdinaryTable``: ' + Qgis.PostgresRelKind.OrdinaryTable.__doc__ + '\n' + '* ``Index``: ' + Qgis.PostgresRelKind.Index.__doc__ + '\n' + '* ``Sequence``: ' + Qgis.PostgresRelKind.Sequence.__doc__ + '\n' + '* ``View``: ' + Qgis.PostgresRelKind.View.__doc__ + '\n' + '* ``MaterializedView``: ' + Qgis.PostgresRelKind.MaterializedView.__doc__ + '\n' + '* ``CompositeType``: ' + Qgis.PostgresRelKind.CompositeType.__doc__ + '\n' + '* ``ToastTable``: ' + Qgis.PostgresRelKind.ToastTable.__doc__ + '\n' + '* ``ForeignTable``: ' + Qgis.PostgresRelKind.ForeignTable.__doc__ + '\n' + '* ``PartitionedTable``: ' + Qgis.PostgresRelKind.PartitionedTable.__doc__
34433443
# --
34443444
Qgis.PostgresRelKind.baseClass = Qgis

‎src/core/qgis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3356,7 +3356,7 @@ class CORE_EXPORT Qgis
33563356
CompositeType, //!< Composition type
33573357
ToastTable, //!< TOAST table
33583358
ForeignTable, //!< Foreign table
3359-
PartitionedTable, //!< PartionedTable
3359+
PartitionedTable, //!< Partitioned table
33603360
};
33613361
Q_ENUM( PostgresRelKind )
33623362

0 commit comments

Comments
 (0)