Skip to content

Commit db984e5

Browse files
committed
Semantic update
1 parent 85e3019 commit db984e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

postgresql_lock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# --------------------------------------------------------------------------------------
44

55
"""
6-
Lock mechanism implemented with Postgres advisory locks.
6+
Lock mechanism implemented with PostgreSQL advisory locks.
77
"""
88

99
# postgresql-lock imports

postgresql_lock/lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
class Lock:
2323
"""
24-
Lock mechanism implemented with Postgres advisory locks.
24+
Lock mechanism implemented with PostgreSQL advisory locks.
2525
2626
Default operation is session lock scope and blocking mode and is sufficient for
2727
distributed locks. The database interface will be detected automatically.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "postgresql-lock"
33
version = "0.1.5"
4-
description = "Lock mechanism implemented with Postgres advisory locks."
4+
description = "Lock mechanism implemented with PostgreSQL advisory locks."
55
license = "BSD-3-Clause"
66
authors = ["Sean Kerr <sean@code-box.org>"]
77
readme = "README.md"

0 commit comments

Comments
 (0)