You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-psycopg2/src/opentelemetry/instrumentation/psycopg2/__init__.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@
13
13
# limitations under the License.
14
14
15
15
"""
16
-
The integration with PostgreSQL supports the `Psycopg`_ library, it can be enabled by
16
+
The integration with PostgreSQL supports the `Psycopg2`_ library, it can be enabled by
0 commit comments